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
The BuildCustomizer which applies the java plugin (io.spring.initializr.generator.spring.build.gradle.GradleProjectGenerationConfiguration#javaPluginContributor) and the one for groovy (io.spring.initializr.generator.spring.build.gradle.GradleProjectGenerationConfiguration#javaPluginContributor) are ordered with value Ordered.HIGHEST_PRECEDENCE + 5.
The one for kotlin (io.spring.initializr.generator.spring.code.kotlin.KotlinGradleBuildCustomizer) is not.