mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-27 01:01:53 +08:00
修复在特定环境下JSEngine无法获取到defineClass的bug
This commit is contained in:
+1
-1
@@ -145,5 +145,5 @@ tasks.withType(Javadoc) {
|
||||
compileJava {
|
||||
options.compilerArgs << '-XDignore.symbol.file'
|
||||
options.fork = true
|
||||
options.forkOptions.executable = 'C:\\env\\JAVA\\corretto_jdk1.8.0_412\\bin\\javac.exe'
|
||||
options.forkOptions.executable = System.getenv("JAVA_HOME") + "\\bin\\javac.exe"
|
||||
}
|
||||
Reference in New Issue
Block a user