mirror of
https://github.com/microg/android_packages_apps_GmsCore
synced 2026-08-06 14:26:05 -04:00
Add jitpack.yml
This commit is contained in:
parent
76a68c4b80
commit
bfe60e10c8
1 changed files with 8 additions and 0 deletions
8
jitpack.yml
Normal file
8
jitpack.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
jdk:
|
||||
- openjdk17
|
||||
install:
|
||||
#Default - ./gradlew clean -Pgroup=com.github.microg -Pversion=branch-commit-1 -xtest -xlint assemble publishToMavenLocal
|
||||
- sed -i '/withJavadocJar/d' gradle/publish-android.gradle
|
||||
- ./gradlew clean -Pgroup=$GROUP -Pversion=$VERSION -xtest -xlint publishToMavenLocal
|
||||
env:
|
||||
GRADLE_MICROG_VERSION_WITHOUT_GIT: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue