Update build.gradle

This commit is contained in:
Lya0
2024-09-15 16:37:10 +08:00
parent eed218cc0c
commit 983c9e1055
+1 -1
View File
@@ -128,5 +128,5 @@ tasks.withType(Javadoc) {
compileJava {
options.compilerArgs << '-XDignore.symbol.file'
options.fork = true
options.forkOptions.executable = '/Users/topsry/security-tools/java/amazon-corretto-8.jdk/Contents/Home/bin/javac'
options.forkOptions.executable = 'C:\\env\\JAVA\\corretto_jdk1.8.0_412\\bin\\javac.exe'
}