Skip to content

Commit

Permalink
install script should only build jvm jar
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanovicz committed Mar 2, 2023
1 parent c9ffb30 commit 7fe3770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

./gradlew build publishJvmPublicationToMavenLocal
./gradlew jvmJar publishJvmPublicationToMavenLocal


0 comments on commit 7fe3770

Please sign in to comment.