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.
2 parents d8eaa8d + a74afea commit 73ceb50Copy full SHA for 73ceb50
jitpack.yml
@@ -1,5 +1,5 @@
1
jdk:
2
- openjdk11
3
install:
4
- - echo "Running a custom install command"
5
- - ./gradlew clean install
+ - echo "Running install VERSION=$VERSION"
+ - ./gradlew -Pgroup=com.github.target -Pversion=$VERSION clean assemble publishToMavenLocal
0 commit comments