Skip to content

Commit 5c3411d

Browse files
committed
Add missing changelog links to root settings.gradle
1 parent e3be877 commit 5c3411d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

settings.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false
1414
// https://github.com/spotbugs/spotbugs-gradle-plugin/releases
1515
id 'com.github.spotbugs' version '5.0.13' apply false
16-
// https://github.com/diffplug/spotless-changelog
16+
// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
1717
id 'com.diffplug.spotless-changelog' version '2.4.1' apply false
1818
// https://github.com/diffplug/goomph/blob/main/CHANGES.md
1919
// DO NOT UPDATE, see https://github.com/diffplug/spotless/pull/874
@@ -22,7 +22,8 @@ plugins {
2222
id 'com.adarshr.test-logger' version '3.2.0' apply false
2323
// https://github.com/davidburstrom/version-compatibility-gradle-plugin/tags
2424
id 'io.github.davidburstrom.version-compatibility' version '0.4.0' apply false
25-
id "com.gradle.enterprise" version "3.12.2"
25+
// https://plugins.gradle.org/plugin/com.gradle.enterprise
26+
id 'com.gradle.enterprise' version '3.12.2'
2627
}
2728

2829
dependencyResolutionManagement {

0 commit comments

Comments
 (0)