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 just generated a new project with the following configuration:
However, the pom.xml of the generated zip-file downloaded contains:
pom.xml
<properties> <java.version>17</java.version> </properties>
So, it selects java compiler version 17, but I requested version 11.
The text was updated successfully, but these errors were encountered:
Configuration link: https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.0.4&packaging=jar&jvmVersion=11&groupId=com.demo&artifactId=sshcrash&name=sshcrash&description=Demo%20project%20for%20Spring%20Boot&packageName=com.demo.sshcrash&dependencies=web
Sorry, something went wrong.
Closing as a duplicate of #1041 Also see #1123 (comment)
No branches or pull requests
I just generated a new project with the following configuration:
However, the
pom.xml
of the generated zip-file downloaded contains:So, it selects java compiler version 17, but I requested version 11.
The text was updated successfully, but these errors were encountered: