File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0' apply false
14
14
// https://github.com/spotbugs/spotbugs-gradle-plugin/releases
15
15
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
17
17
id ' com.diffplug.spotless-changelog' version ' 2.4.1' apply false
18
18
// https://github.com/diffplug/goomph/blob/main/CHANGES.md
19
19
// DO NOT UPDATE, see https://github.com/diffplug/spotless/pull/874
@@ -22,7 +22,8 @@ plugins {
22
22
id ' com.adarshr.test-logger' version ' 3.2.0' apply false
23
23
// https://github.com/davidburstrom/version-compatibility-gradle-plugin/tags
24
24
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'
26
27
}
27
28
28
29
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments