You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice to disable Java 8 + 11 When Spring Boot 3.0+ is selected.
Looking further down the road each major version of Spring Boot will have a baseline Java version associated with that. We could store those settings somewhere and check to see what version of Spring Boot is being selected and what version of Java should be disabled.
I don't know enough about how the starter works but I will dig around and If I can figure this out I will send a PR.
The text was updated successfully, but these errors were encountered:
This is a duplicate of #1041. See this comment to see why it currently can't be disabled. I'll close this issue as a duplicate but feel free to reopen if you had something else in mind.
I think it would be nice to disable Java 8 + 11 When Spring Boot 3.0+ is selected.
Looking further down the road each major version of Spring Boot will have a baseline Java version associated with that. We could store those settings somewhere and check to see what version of Spring Boot is being selected and what version of Java should be disabled.
I don't know enough about how the starter works but I will dig around and If I can figure this out I will send a PR.
The text was updated successfully, but these errors were encountered: