let's see if this changes anything
This commit is contained in:
16
build.gradle
16
build.gradle
@@ -201,14 +201,14 @@ allprojects{
|
|||||||
dependsOn clearCache
|
dependsOn clearCache
|
||||||
|
|
||||||
options.forkOptions.jvmArgs += [
|
options.forkOptions.jvmArgs += [
|
||||||
'--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED',
|
'--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED',
|
||||||
'--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED',
|
'--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED',
|
||||||
'--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED',
|
'--add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED',
|
||||||
'--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED',
|
'--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED',
|
||||||
'--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED',
|
'--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED',
|
||||||
'--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED',
|
'--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED',
|
||||||
'--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED',
|
'--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED',
|
||||||
'--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED'
|
'--add-opens=java.base/sun.reflect.annotation=ALL-UNNAMED'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m --illegal-access=permit \
|
org.gradle.jvmargs=-Xms256m -Xmx1024m --illegal-access=permit \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \
|
||||||
--add-exports=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
|
--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
|
||||||
--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
|
--add-opens=java.base/sun.reflect.annotation=ALL-UNNAMED
|
||||||
|
|
||||||
# Multithreaded
|
# Multithreaded
|
||||||
kapt.use.worker.api=true
|
kapt.use.worker.api=true
|
||||||
|
|||||||
Reference in New Issue
Block a user