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
I set in my build.gradle the ECJ version to 3.36.0 to use it for compiling Java 17 source files.
I get this error:
$ ./gradlew build > Task :compileJava FAILED source level should be comprised in between '1.3' and '1.8' (or '5', '5.0', ..., '8' or '8.0'): 17
Is compiling Java 17 source code not possible?
The text was updated successfully, but these errors were encountered:
Hi @UdoW, could you please share your build script or, ideally, an MCVE?
Sorry, something went wrong.
Closing as I cannot reproduce this issue and did not receive an MCVE.
TheMrMilchmann
No branches or pull requests
I set in my build.gradle the ECJ version to 3.36.0 to use it for compiling Java 17 source files.
I get this error:
Is compiling Java 17 source code not possible?
The text was updated successfully, but these errors were encountered: