mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-05 14:06:37 +08:00
CI: Stop Gradle daemon after build
Allow saving cache in Windows host
This commit is contained in:
parent
c4b670709b
commit
d48c639849
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
|||||||
ccache -p
|
ccache -p
|
||||||
echo 'android.native.buildOutput=verbose' >> gradle.properties
|
echo 'android.native.buildOutput=verbose' >> gradle.properties
|
||||||
./gradlew :lsplant:publishToMavenLocal :lsplant:prefabDebugPackage
|
./gradlew :lsplant:publishToMavenLocal :lsplant:prefabDebugPackage
|
||||||
|
./gradlew --stop
|
||||||
env:
|
env:
|
||||||
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.maven_pgp_signingKey }}
|
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.maven_pgp_signingKey }}
|
||||||
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.maven_pgp_signingPassword }}
|
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.maven_pgp_signingPassword }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user