mirror of
https://github.com/microg/GmsCore
synced 2026-08-06 12:26:08 -04:00
8 lines
345 B
YAML
8 lines
345 B
YAML
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
|