spring-boot/spring-boot-project/spring-boot-tools
Andy Wilkinson c66d2e8039 Relax the Gradle plugin's Kotlin version constraint
Enforcing the spring-boot-dependencies platform makes for too strong
an opinion about the version of Kotlin that should be on the build
script's classpath. It clashes with the version of Kotlin that's
embedded in Gradle and used with Gradle's Kotlin DSL.

This commit switches to a normal platform (rather than an enforced
platform) which allows it to express an opinion about the version of
Kotlin without making it a strict requirement.

Closes gh-19609
2020-01-13 11:00:49 +00:00
..
spring-boot-antlib Port the build to Gradle 2020-01-10 14:15:35 +00:00
spring-boot-autoconfigure-processor Port the build to Gradle 2020-01-10 14:15:35 +00:00
spring-boot-configuration-metadata Port the build to Gradle 2020-01-10 14:15:35 +00:00
spring-boot-configuration-processor Port the build to Gradle 2020-01-10 14:15:35 +00:00
spring-boot-gradle-plugin Relax the Gradle plugin's Kotlin version constraint 2020-01-13 11:00:49 +00:00
spring-boot-loader Port the build to Gradle 2020-01-10 14:15:35 +00:00
spring-boot-loader-tools Port the build to Gradle 2020-01-10 14:15:35 +00:00
spring-boot-maven-plugin Port the build to Gradle 2020-01-10 14:15:35 +00:00
spring-boot-test-support Polish 2020-01-10 22:29:57 +01:00