Skip to content

Commit 20ce26f

Browse files
committed
fix: Google java formatter changes
1 parent d833840 commit 20ce26f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 \
1010
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
1111
--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
1212
--add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
13+
--add-opens jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
1314
--add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
1415
-Dkotlin.daemon.jvm.options="--add-exports java.base/sun.nio.ch=ALL-UNNAMED"
1516

@@ -25,6 +26,7 @@ kotlin.code.style=official
2526
# https://discuss.kotlinlang.org/t/solved-disable-kotlin-compiler-process-keepalive/2622/2
2627
# systemProp.kotlin.compiler.execution.strategy="in-process"
2728
# systemProp.kotlin.daemon.jvm.options=--add-opens=java.base/java.util=ALL-UNNAMED
29+
# systemProp.org.gradle.internal.http.socketTimeout=120000
2830

2931
## Kapt properties
3032
kapt.use.worker.api=true
@@ -47,7 +49,7 @@ systemProp.javaVersion=17
4749
systemProp.kotlinVersion=1.5.10
4850
systemProp.kotlinJvmTarget=16
4951
systemProp.kotlinLangVersion=1.5
50-
systemProp.gradleRelease=7.1-rc-1
52+
systemProp.gradleRelease=7.1-rc-2
5153
systemProp.githubProject=https://github.com/sureshg/openjdk-playground
5254
systemProp.jvmArguments=--enable-preview
5355

0 commit comments

Comments
 (0)