Switch gradle home to local to fix gradle build in ci
This commit is contained in:
@@ -56,3 +56,4 @@ devenv.local.nix
|
|||||||
.android
|
.android
|
||||||
android/app/.cxx/
|
android/app/.cxx/
|
||||||
/.gradle/
|
/.gradle/
|
||||||
|
/.gitea/workflows/.gradle/
|
||||||
|
|||||||
@@ -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!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user