liquid type support?
This commit is contained in:
18
build.gradle
18
build.gradle
@@ -201,14 +201,14 @@ allprojects{
|
||||
dependsOn clearCache
|
||||
|
||||
options.forkOptions.jvmArgs += [
|
||||
'--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED',
|
||||
'--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED',
|
||||
'--add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED',
|
||||
'--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED',
|
||||
'--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED',
|
||||
'--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED',
|
||||
'--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED',
|
||||
'--add-opens=java.base/sun.reflect.annotation=ALL-UNNAMED'
|
||||
'--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED',
|
||||
'--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED',
|
||||
'--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED',
|
||||
'--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED',
|
||||
'--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED',
|
||||
'--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED',
|
||||
'--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED',
|
||||
'--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED'
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -338,7 +338,7 @@ project(":core"){
|
||||
if(localArc() && debugged()) api arcModule("extensions:recorder")
|
||||
if(localArc()) api arcModule(":extensions:packer")
|
||||
|
||||
annotationProcessor 'com.github.Anuken:jabel:0.6.0'
|
||||
annotationProcessor 'com.github.Anuken:jabel:0.9.0'
|
||||
compileOnly project(":annotations")
|
||||
kapt project(":annotations")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user