Skip to content

Commit 5b71099

Browse files
committed
add post build step instead of relying on upstream extensions
1 parent 6fd476b commit 5b71099

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builder.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"build_steps": [
55
"./gradlew -x test -x allTests -x jvmTest build"
66
],
7+
"post_build_steps": [
8+
"./gradlew publishToMavenLocal"
9+
],
710
"test_steps": [
811
"./gradlew test allTests"
912
],

0 commit comments

Comments
 (0)