Skip to content

Commit bfc8bec

Browse files
committed
removed --add-exports=java.base/sun.nio.ch=ALL-UNNAMED arg from gradle properties
1 parent a4c219b commit bfc8bec

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

debug/gradle.properties

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@
55
# The setting is particularly useful for tweaking memory settings.
66
# Default value: -Xmx1024m -XX:MaxPermSize=256m
77
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
8-
#
8+
org.gradle.jvmargs=-Xmx1536M
9+
910
# When configured, Gradle will run in incubating parallel mode.
1011
# This option should only be used with decoupled projects. More details, visit
1112
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1213
# org.gradle.parallel=true
13-
#Wed Dec 30 11:02:34 EST 2020
14+
1415
android.enableJetifier=true
1516
android.useAndroidX=true
16-
17-
# Line to fix the ''module java.base does not "opens java.io" to unnamed module '' error in Android Studio:
18-
# https://stackoverflow.com/questions/67782975/how-to-fix-the-module-java-base-does-not-opens-java-io-to-unnamed-module
19-
# Probably not needed if using a version of the Android Gradle Plugin compatible with the JDK:
20-
# https://docs.gradle.org/current/userguide/compatibility.html
21-
org.gradle.jvmargs=-Xmx1536M --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED

0 commit comments

Comments
 (0)