We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd476b commit 5b71099Copy full SHA for 5b71099
builder.json
@@ -4,6 +4,9 @@
4
"build_steps": [
5
"./gradlew -x test -x allTests -x jvmTest build"
6
],
7
+ "post_build_steps": [
8
+ "./gradlew publishToMavenLocal"
9
+ ],
10
"test_steps": [
11
"./gradlew test allTests"
12
0 commit comments