• Andy Wilkinson's avatar
    Relax the Gradle plugin's Kotlin version constraint · c66d2e80
    Andy Wilkinson authored
    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
    c66d2e80
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...