CI: Stop Gradle daemon after build

Allow saving cache in Windows host
This commit is contained in:
Howard Wu 2023-04-12 14:02:11 +08:00 committed by GitHub
parent c4b670709b
commit d48c639849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ jobs:
ccache -p
echo 'android.native.buildOutput=verbose' >> gradle.properties
./gradlew :lsplant:publishToMavenLocal :lsplant:prefabDebugPackage
./gradlew --stop
env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.maven_pgp_signingKey }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.maven_pgp_signingPassword }}