Skip to content

Commit

Permalink
Fix gradle build for Java 17 and 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Apr 20, 2023
1 parent 6d98ad7 commit 78e1e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ android.enableJetifier=false
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048M
org.gradle.jvmargs=-Xmx2048M --add-opens jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
systemProp.file.encoding=utf-8

0 comments on commit 78e1e05

Please sign in to comment.