We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97278fd commit d5a1320Copy full SHA for d5a1320
1 file changed
scripts/build/java.sh
@@ -7,6 +7,8 @@ version=$3
7
8
cd ${path}
9
10
+chmod u+x ./gradlew
11
+
12
# "Publish" to the local filesystem - this verifies that the entire build/packaging
13
# flow works, from compiling through code signing and generating the pom
14
./gradlew --stacktrace publishToMavenLocal
0 commit comments