From 5709a515b9aa1f92aa57bbbd882be349a3a6c574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:57:45 +0000 Subject: [PATCH] Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 Bumps io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0. --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 86dfe65..fb8d011 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'maven-publish' id 'com.github.johnrengelman.shadow' version '7.1.1' - id "io.github.gradle-nexus.publish-plugin" version "1.3.0" + id "io.github.gradle-nexus.publish-plugin" version "2.0.0" } apply from: "$rootDir/gradle/additional-artifacts.gradle"