mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
* build(android): keep Gradle warning-free * ci(native): pin XcodeGen tooling * test(macos): avoid concurrency warnings
11 lines
418 B
Properties
11 lines
418 B
Properties
org.gradle.jvmargs=-Xmx3g -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED
|
|
# Keep toolchain and plugin deprecations from returning as successful CI noise.
|
|
org.gradle.warning.mode=fail
|
|
android.useAndroidX=true
|
|
android.nonTransitiveRClass=true
|
|
android.enableR8.fullMode=true
|
|
android.uniquePackageNames=false
|
|
android.dependency.useConstraints=false
|
|
android.r8.strictFullModeForKeepRules=false
|
|
android.newDsl=true
|