Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
O
openclaw-android-node
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lisa
openclaw-android-node
Commits
cbdc90b9
Commit
cbdc90b9
authored
Mar 11, 2026
by
Lisa (AI Assistant)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Add JVM args for Java 21 KAPT compatibility
parent
3897251a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
gradle.properties
gradle.properties
+9
-1
No files found.
gradle.properties
View file @
cbdc90b9
# Project-wide Gradle settings.
# Project-wide Gradle settings.
org.gradle.jvmargs
=
-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.jvmargs
=
-Xmx2048m -Dfile.encoding=UTF-8
\
--add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
\
--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
\
--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
\
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
\
--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
\
--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
\
--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
\
--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
org.gradle.parallel
=
true
org.gradle.parallel
=
true
org.gradle.caching
=
true
org.gradle.caching
=
true
android.useAndroidX
=
true
android.useAndroidX
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment