2022-04-16 09:19:47 +02:00
|
|
|
dependencies {
|
2023-12-12 19:45:37 +01:00
|
|
|
testImplementation testLibs.assertj
|
|
|
|
testImplementation testLibs.compile.testing
|
2022-06-01 10:09:09 +02:00
|
|
|
}
|
2024-07-06 22:41:27 +02:00
|
|
|
|
|
|
|
test {
|
|
|
|
jvmArgs '--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED',
|
|
|
|
'--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED',
|
|
|
|
'--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED'
|
|
|
|
}
|