We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e3e18 commit 7e1ad52Copy full SHA for 7e1ad52
jitpack.yml
@@ -2,4 +2,4 @@ jdk: openjdk17
2
before_install:
3
- ./gradlew clean
4
install:
5
- - ./gradlew install
+ - ./gradlew publishToMavenLocal
library/build.gradle
@@ -1,4 +1,5 @@
1
apply plugin: 'com.android.library'
+apply plugin: 'maven-publish'
android {
compileSdk 34
0 commit comments