mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-04 18:19:44 +08:00
update ci to jdk 21
This commit is contained in:
parent
401f196e2e
commit
bc17c4c9bb
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
@ -23,10 +23,10 @@ jobs:
|
|||||||
path: libxposed/api
|
path: libxposed/api
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: set up JDK 17
|
- name: set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
@ -50,7 +50,6 @@ jobs:
|
|||||||
echo 'org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -XX:+UseParallelGC' >> ~/.gradle/gradle.properties
|
echo 'org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -XX:+UseParallelGC' >> ~/.gradle/gradle.properties
|
||||||
echo 'android.native.buildOutput=verbose' >> ~/.gradle/gradle.properties
|
echo 'android.native.buildOutput=verbose' >> ~/.gradle/gradle.properties
|
||||||
# build dependencies
|
# build dependencies
|
||||||
sed -i 's/VERSION_21/VERSION_17/g' libxposed/api/checks/build.gradle.kts
|
|
||||||
cd libxposed/api && ./gradlew publishToMavenLocal && cd ../..
|
cd libxposed/api && ./gradlew publishToMavenLocal && cd ../..
|
||||||
# build DisableFlagSecure
|
# build DisableFlagSecure
|
||||||
chmod +x gradlew
|
chmod +x gradlew
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '8.9.0' apply false
|
id 'com.android.application' version '8.9.1' apply false
|
||||||
id 'org.lsposed.lsplugin.jgit' version "1.1"
|
id 'org.lsposed.lsplugin.jgit' version "1.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user