You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: settings.gradle
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,9 @@ pluginManagement {
8
8
}
9
9
10
10
plugins {
11
-
id 'com.adarshr.test-logger' version '4.0.0' apply false// https://github.com/radarsh/gradle-test-logger-plugin/blob/develop/CHANGELOG.md
12
11
id 'com.diffplug.spotless' version '8.3.0' apply false
13
-
id 'com.diffplug.spotless-changelog' version '3.1.2' apply false// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
14
12
id 'com.github.spotbugs' version '6.4.8' apply false// https://github.com/spotbugs/spotbugs-gradle-plugin/releases
15
-
id 'com.gradle.develocity' version '4.3.2'// https://plugins.gradle.org/plugin/com.gradle.develocity
16
-
id 'com.gradle.plugin-publish' version '2.1.0' apply false// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
17
-
id 'dev.equo.ide' version '1.7.8' apply false// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
18
-
id 'io.github.davidburstrom.version-compatibility' version '0.5.0' apply false// https://github.com/davidburstrom/version-compatibility-gradle-plugin/tags
19
-
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' apply false// https://github.com/gradle-nexus/publish-plugin/releases
20
-
id 'net.ltgt.errorprone' version '5.1.0' apply false
21
-
id 'org.openrewrite.rewrite' version '7.25.0' apply false
0 commit comments