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) 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 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'