File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -15,29 +15,24 @@ dependencies {
1515
1616
1717compileJava {
18- options. compilerArgs. addAll([' --release' , ' 19' ])
1918 options. compilerArgs. addAll([' --enable-preview' ])
20- options. compilerArgs. addAll([' --add-modules' , ' jdk.incubator.concurrent' ])
2119}
2220
2321compileTestJava {
24- options. compilerArgs. addAll([' --release' , ' 19' ])
2522 options. compilerArgs. addAll([' --enable-preview' ])
26- options. compilerArgs. addAll([' --add-modules' , ' jdk.incubator.concurrent' ])
2723}
2824
2925test {
3026 useJUnitPlatform()
31- jvmArgs(' --enable-preview' , ' --add-modules ' , ' jdk.incubator.concurrent ' )
27+ jvmArgs(' --enable-preview' )
3228
3329 testLogging {
3430 events " passed" , " skipped" , " failed"
3531 }
3632}
3733
3834application {
39- applicationDefaultJvmArgs = [' --enable-preview' ,
40- ' --add-modules' , ' jdk.incubator.concurrent' ]
35+ applicationDefaultJvmArgs = [' --enable-preview' ]
4136}
4237
4338}
You can’t perform that action at this time.
0 commit comments