From 467e5899577e4eb8a45d8e6cdfd381874b182bcc Mon Sep 17 00:00:00 2001 From: ntwigg Date: Tue, 27 May 2025 14:57:14 -0700 Subject: [PATCH 1/2] Bump gradle to 8.10.2 --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 070cb70..1e2fbf0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists From a702332937395c0dcbed8c16f54032ebcadc031e Mon Sep 17 00:00:00 2001 From: ntwigg Date: Tue, 27 May 2025 14:57:23 -0700 Subject: [PATCH 2/2] Update blowdryer-diffplug to 9.0.0. --- settings.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/settings.gradle b/settings.gradle index 88a7c66..be359d1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,21 +6,21 @@ 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.14.0' apply false + id 'com.diffplug.spotless' version '7.0.3' apply false // https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md - id 'com.diffplug.spotless-changelog' version '2.4.1' apply false + id 'com.diffplug.spotless-changelog' version '3.1.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.3.1' apply false // https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md - id 'dev.equo.ide' version '0.12.1' apply false + id 'dev.equo.ide' version '1.7.8' apply false // https://github.com/gradle-nexus/publish-plugin/releases - id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false + id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' apply false } rootProject.name = 'blowdryer' blowdryerSetup { - github 'diffplug/blowdryer-diffplug', 'tag', '7.0.0' + github 'diffplug/blowdryer-diffplug', 'tag', '9.0.0' //devLocal '../blowdryer-diffplug' setPluginsBlockTo { it.file 'plugin.versions'