Skip to content

Commit

Permalink
Bump 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 b25eed0 commit 73fee84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ pluginManagement {
}
plugins {
// https://github.com/diffplug/blowdryer/blob/main/CHANGELOG.md
id 'com.diffplug.blowdryerSetup' version '1.7.0'
id 'com.diffplug.blowdryerSetup' version '1.7.1'
// https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
id 'com.diffplug.spotless' version '6.16.0' apply false
id 'com.diffplug.spotless' version '6.23.3' apply false
// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
id 'com.diffplug.spotless-changelog' version '3.0.1' apply false
id 'com.diffplug.spotless-changelog' version '3.0.2' apply false
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
id 'com.gradle.plugin-publish' version '1.1.0' apply false
id 'com.gradle.plugin-publish' version '1.2.1' apply false
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
id 'dev.equo.ide' version '0.16.0' apply false
id 'dev.equo.ide' version '1.7.5' apply false
// https://github.com/gradle-nexus/publish-plugin/releases
id 'io.github.gradle-nexus.publish-plugin' version '1.2.0' apply false
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0-rc-1' apply false
}
blowdryerSetup {
github 'diffplug/blowdryer-diffplug', 'tag', '7.0.2'
github 'diffplug/blowdryer-diffplug', 'tag', '7.1.1'
//devLocal '../blowdryer-diffplug'
setPluginsBlockTo {
it.file 'plugin.versions'
Expand Down

0 comments on commit 73fee84

Please sign in to comment.