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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ plugins {
12
12
id 'com.diffplug.spotless' version '8.1.0' apply false
13
13
id 'com.diffplug.spotless-changelog' version '3.1.2' apply false// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
14
14
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.2.2'// https://plugins.gradle.org/plugin/com.gradle.develocity
15
+
id 'com.gradle.develocity' version '4.3'// https://plugins.gradle.org/plugin/com.gradle.develocity
16
16
id 'com.gradle.plugin-publish' version '2.0.0' apply false// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
17
17
id 'dev.equo.ide' version '1.7.8' apply false// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
18
18
id 'io.github.davidburstrom.version-compatibility' version '0.5.0' apply false// https://github.com/davidburstrom/version-compatibility-gradle-plugin/tags
0 commit comments