From 905d29fad7e7663f82750082bca3926b0d7967fc Mon Sep 17 00:00:00 2001 From: ntwigg Date: Tue, 27 May 2025 19:37:28 -0700 Subject: [PATCH 1/3] 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 eea6946..2aa7fd6 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 } 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' From 5a68945c46cbde72ff174da1f2ee12479b757a06 Mon Sep 17 00:00:00 2001 From: ntwigg Date: Tue, 27 May 2025 19:37:43 -0700 Subject: [PATCH 2/3] Bump gradle to more recent version. --- 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 0b187af..e8242d7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=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 From 46bb2cc4cb21bd1b07e04f294c1a66c21c63a88e Mon Sep 17 00:00:00 2001 From: ntwigg Date: Tue, 27 May 2025 19:37:50 -0700 Subject: [PATCH 3/3] spotlessApply --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f98ad..618f395 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ output = [ link(shield('Javadoc', 'javadoc', 'here', 'blue'), 'https://javadoc.io/doc/com.diffplug.jscriptbox/jscriptbox') ].join('\n'); --> -[![Maven artifact](https://img.shields.io/badge/mavenCentral-com.diffplug.jscriptbox%3Ajscriptbox-blue.svg)](https://central.sonatype.com/artifact/com.diffplug.jscriptbox/jscriptbox/3.0.0) +[![Maven artifact](https://img.shields.io/badge/mavenCentral-com.diffplug.jscriptbox%3Ajscriptbox-blue.svg)](https://central.sonatype.com/artifact/com.diffplug.jscriptbox/jscriptbox/3.0.1) [![Changelog](https://img.shields.io/badge/changelog-3.0.1-blue.svg)](CHANGELOG.md) [![Javadoc](https://img.shields.io/badge/javadoc-here-blue.svg)](https://javadoc.io/doc/com.diffplug.jscriptbox/jscriptbox)