We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target compileJava15Java seems to be a strange mixture of Java versions 15, 11, and 17...
compileJava15Java { sourceCompatibility = 11 targetCompatibility = 11 options.fork = true options.forkOptions.executable = "${System.getenv("JAVA_17_HOME")}/bin/javac.exe" options.forkOptions.javaHome = file("${System.getenv("JAVA_17_HOME")}") options.compilerArgs.addAll(['--add-exports', 'java.base/jdk.internal.reflect=ALL-UNNAMED', '--add-exports', 'java.base/jdk.internal.perf=ALL-UNNAMED']) }
The text was updated successfully, but these errors were encountered:
jbachorik
Successfully merging a pull request may close this issue.
Target compileJava15Java seems to be a strange mixture of Java versions 15, 11, and 17...
The text was updated successfully, but these errors were encountered: