Skip to content

Commit 27da55d

Browse files
committed
HACK: allow building with incompat JDK 17
Change-Id: I83fbf8b54a564682ec34a4dd7890d7626a67892d
1 parent 8e029e7 commit 27da55d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ ndkVersion=22.1.7171670
2626
compileSdkVersion=30
2727

2828
markwonVersion=4.6.2
29+
# allow JDK17
30+
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
2931

0 commit comments

Comments
 (0)