Skip to content

Commit

Permalink
Add missing changelog links to root settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 26, 2023
1 parent e3be877 commit 5c3411d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 {
Expand Down

0 comments on commit 5c3411d

Please sign in to comment.