-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump bytecode to 11 #1530
Bump bytecode to 11 #1530
Conversation
@nedtwigg I think it might be necessary to update these lines too: spotless/plugin-maven/src/test/resources/pom-test.xml.mustache Lines 18 to 19 in aa78b56
spotless/plugin-maven/src/test/resources/multi-module/pom-parent.xml.mustache Lines 14 to 15 in aa78b56
Or are they irrelevant? |
Thanks for reviewing this! Those lines mean that https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html |
We can start using Java 11 API and deps now that we've published a release (
plugin-gradle 6.14.0
andplugin-maven 2.31.0
) which can run on Java 8 just enough to yell at the user about updating.