Skip to content

Commit 6efe2a0

Browse files
committed
Remove .codex; use Windows JBR for Gradle
Delete stray .codex file. Update android/gradle.properties to select the Windows Android Studio JBR by uncommenting org.gradle.java.home for the Windows path and commenting out the Linux JDK path. This ensures the build uses the Android Studio JBR (avoiding JDK 26 incompatibility) while keeping other Gradle settings unchanged.
1 parent d0a941f commit 6efe2a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.codex

Whitespace-only changes.

android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
22
android.useAndroidX=true
33
# Android Gradle Plugin / Gradle do not run on JDK 26; without a JDK 17–21 toolchain the build fails with "26.0.2" as the only message.
4-
# org.gradle.java.home=C:\\Program Files\\Android\\Android Studio\\jbr
4+
org.gradle.java.home=C:\\Program Files\\Android\\Android Studio\\jbr
55
# Enable parallel build to speed up the build process
66
org.gradle.parallel=true
77
# Enable the Gradle build cache to reuse outputs from previous builds
@@ -12,4 +12,4 @@ org.gradle.configureondemand=true
1212
org.gradle.daemon=true
1313
# Enable Gradle's build scan plugin for better insights into build performance
1414
# org.gradle.scan=true
15-
org.gradle.java.home=/usr/lib/jvm/java-21-openjdk
15+
# org.gradle.java.home=/usr/lib/jvm/java-21-openjdk

0 commit comments

Comments
 (0)