We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ad071 commit b1b5d60Copy full SHA for b1b5d60
justfile
@@ -7,3 +7,7 @@ wrapper version="8.14.2":
7
8
cache:
9
./gradlew --configuration-cache help
10
+
11
+# publish snapshot (if version has '-SNAPSHOT' suffix) or release
12
+publish:
13
+ ./gradlew publishToMavenCentral
0 commit comments