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 ed6ea31 commit ef778bfCopy full SHA for ef778bf
jitpack.yml
@@ -1,6 +1,6 @@
1
jdk:
2
- openjdk17
3
install:
4
+ - echo "JITPACK_VERSION is $JITPACK_VERSION"
5
- make aar ANDROID_NDK=$ANDROID_HOME/ndk-bundle
- - cd packages/android
6
- - ./gradlew publishToMavenLocal -PVERSION=$JITPACK_VERSION
+ - cd packages/android && ./gradlew publishToMavenLocal -PVERSION=$JITPACK_VERSION
0 commit comments