Switch gradle home to local to fix gradle build in ci
Build and deploy the latest docker container / deploy (push) Successful in 46s
Build and release the latest android apk / rolling-release-apk (push) Successful in 4m13s

This commit is contained in:
2026-06-12 09:07:38 +02:00
parent 76edfc5721
commit d7d0668e29
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -56,3 +56,4 @@ devenv.local.nix
.android .android
android/app/.cxx/ android/app/.cxx/
/.gradle/ /.gradle/
/.gitea/workflows/.gradle/
+2
View File
@@ -62,6 +62,8 @@
''; '';
build-android.exec = '' build-android.exec = ''
export GRADLE_USER_HOME="$(pwd)/.gradle"
dart run pdfrx:remove_wasm_modules --revert // Make sure WASM is put in output dart run pdfrx:remove_wasm_modules --revert // Make sure WASM is put in output
dart run pdfrx:remove_wasm_modules // NOT idempotent! dart run pdfrx:remove_wasm_modules // NOT idempotent!