File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 \
10
10
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
11
11
--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
12
12
--add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
13
+ --add-opens jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
13
14
--add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
14
15
-Dkotlin.daemon.jvm.options="--add-exports java.base/sun.nio.ch=ALL-UNNAMED"
15
16
@@ -25,6 +26,7 @@ kotlin.code.style=official
25
26
# https://discuss.kotlinlang.org/t/solved-disable-kotlin-compiler-process-keepalive/2622/2
26
27
# systemProp.kotlin.compiler.execution.strategy="in-process"
27
28
# systemProp.kotlin.daemon.jvm.options=--add-opens=java.base/java.util=ALL-UNNAMED
29
+ # systemProp.org.gradle.internal.http.socketTimeout=120000
28
30
29
31
# # Kapt properties
30
32
kapt.use.worker.api =true
@@ -47,7 +49,7 @@ systemProp.javaVersion=17
47
49
systemProp.kotlinVersion =1.5.10
48
50
systemProp.kotlinJvmTarget =16
49
51
systemProp.kotlinLangVersion =1.5
50
- systemProp.gradleRelease =7.1-rc-1
52
+ systemProp.gradleRelease =7.1-rc-2
51
53
systemProp.githubProject =https://github.com/sureshg/openjdk-playground
52
54
systemProp.jvmArguments =--enable-preview
53
55
You can’t perform that action at this time.
0 commit comments