This commit is contained in:
qi4L
2024-05-14 18:05:39 +08:00
parent fed704fe8c
commit cc44392ddd
573 changed files with 11856 additions and 3 deletions
+1 -1
View File
@@ -124,5 +124,5 @@ tasks.withType(Javadoc) {
compileJava {
options.compilerArgs << '-XDignore.symbol.file'
options.fork = true
options.forkOptions.executable = 'C:\\env\\JAVA\\jdk1.8.0_402\\bin\\javac.exe'
options.forkOptions.executable = 'C:\\env\\JAVA\\corretto_jdk1.8.0_412\\bin\\javac.exe'
}