Skip to content

Commit

Permalink
Bump all build plugins to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Dec 20, 2023
1 parent a514bc1 commit 86f0580
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ pluginManagement {
}
plugins {
// https://github.com/radarsh/gradle-test-logger-plugin/blob/develop/CHANGELOG.md
id 'com.adarshr.test-logger' version '3.2.0'
id 'com.adarshr.test-logger' version '4.0.0'
// https://github.com/diffplug/blowdryer/blob/main/CHANGELOG.md
id 'com.diffplug.blowdryer' version '1.7.0'
id 'com.diffplug.blowdryerSetup' version '1.7.0'
id 'com.diffplug.blowdryer' version '1.7.1'
id 'com.diffplug.blowdryerSetup' version '1.7.1'
// https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
// Stuck on 6.16.0 as the last version before Spotless adopted Solstice
// Gradle tries to replace the Spotless' transitive dep with the solstice-in-progress
id 'com.diffplug.spotless' version '6.16.0'
id 'com.diffplug.spotless' version '6.23.3'
// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
id 'com.diffplug.spotless-changelog' version '3.0.2'
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
id 'com.gradle.plugin-publish' version '1.2.1'
// https://www.benediktritter.de/maven-plugin-development/#release-history
id 'de.benediktritter.maven-plugin-development' version '0.4.2'
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
id 'dev.equo.p2deps' version '1.7.3'
id 'dev.equo.p2deps' version '1.7.5'
// https://github.com/gradle-nexus/publish-plugin/releases
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0-rc-1'
}
}
plugins {
Expand Down

0 comments on commit 86f0580

Please sign in to comment.