Skip to content

Commit 4dda1e1

Browse files
committed
Comment-out from upload_to_maven.sh
1 parent 4cd8348 commit 4dda1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/upload_to_maven.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export PROJECT_VERSION=$(./gradlew properties -q | grep "version:" | awk '{print
1212
if [[ ! $(echo "${PROJECT_VERSION}" | grep "SNAPSHOT") ]]; then
1313
./gradlew closeAndReleaseRepository
1414
fi
15-
echo "Update to maven completed"
15+
#echo "Update to maven completed"

0 commit comments

Comments
 (0)