diff --git a/settings.gradle b/settings.gradle index d925058035..a5bb6c0062 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,7 +13,7 @@ plugins { id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false // https://github.com/spotbugs/spotbugs-gradle-plugin/releases id 'com.github.spotbugs' version '5.0.13' apply false - // https://github.com/diffplug/spotless-changelog + // https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md id 'com.diffplug.spotless-changelog' version '2.4.1' apply false // https://github.com/diffplug/goomph/blob/main/CHANGES.md // DO NOT UPDATE, see https://github.com/diffplug/spotless/pull/874 @@ -22,7 +22,8 @@ plugins { id 'com.adarshr.test-logger' version '3.2.0' apply false // https://github.com/davidburstrom/version-compatibility-gradle-plugin/tags id 'io.github.davidburstrom.version-compatibility' version '0.4.0' apply false - id "com.gradle.enterprise" version "3.12.2" + // https://plugins.gradle.org/plugin/com.gradle.enterprise + id 'com.gradle.enterprise' version '3.12.2' } dependencyResolutionManagement {