Skip to content

Commit f5b8a9a

Browse files
author
rcsoyer
committed
simple refactoring - remove the public modifier, since that in java 25 that's redundant
1 parent 82e290b commit f5b8a9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ test {
7373
}
7474
}
7575

76-
tasks.withType(JavaCompile).configureEach {
77-
options.fork = true
78-
}
76+
//tasks.withType(JavaCompile).configureEach {
77+
// options.fork = true
78+
//}
7979

8080
compileJava {
8181
options.compilerArgs.addAll(

0 commit comments

Comments
 (0)