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
Spring Initializr is trying to read the version of the plugin from dependency management so that we don't have to maintain which version works with which version of Spring Boot.
Unfortunately, this information is not available in spring-boot-dependencies at the moment so we can't read it as other poms are processed by the flatten maven plugin.
It would be nice if we had a way to expose that information.
I think we should move the entry from spring-boot-parent to spring-boot-dependencies. We already document the use of the plugin's version for certain Kotlin DSL scenarios so making it more public by including it in spring-boot-dependencies and, therefore, in the reference documentation appendix that lists all of the managed versions makes sense to me.
Spring Initializr is trying to read the version of the plugin from dependency management so that we don't have to maintain which version works with which version of Spring Boot.
Unfortunately, this information is not available in
spring-boot-dependencies
at the moment so we can't read it as other poms are processed by the flatten maven plugin.It would be nice if we had a way to expose that information.
See spring-io/initializr#977
The text was updated successfully, but these errors were encountered: