settings.gradle (spring-boot-2.7.3) | : | settings.gradle (spring-boot-2.7.4) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
useVersion "${kotlinVersion}" | useVersion "${kotlinVersion}" | |||
} | } | |||
if (requested.id.id == "org.jetbrains.kotlin.plugin.sprin g") { | if (requested.id.id == "org.jetbrains.kotlin.plugin.sprin g") { | |||
useVersion "${kotlinVersion}" | useVersion "${kotlinVersion}" | |||
} | } | |||
} | } | |||
} | } | |||
} | } | |||
plugins { | plugins { | |||
id "com.gradle.enterprise" version "3.10.3" | id "com.gradle.enterprise" version "3.11.1" | |||
id "io.spring.ge.conventions" version "0.0.11" | id "io.spring.ge.conventions" version "0.0.11" | |||
} | } | |||
rootProject.name="spring-boot-build" | rootProject.name="spring-boot-build" | |||
settings.gradle.projectsLoaded { | settings.gradle.projectsLoaded { | |||
gradleEnterprise { | gradleEnterprise { | |||
buildScan { | buildScan { | |||
def toolchainVersion = settings.gradle.rootProject.findPr operty('toolchainVersion') | def toolchainVersion = settings.gradle.rootProject.findPr operty('toolchainVersion') | |||
if (toolchainVersion != null) { | if (toolchainVersion != null) { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |