From 89b14ed038956d5719f0975be7bc3558443da723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:33:10 +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 40150a27..59d29ddd 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { } plugins { - id "io.github.gradle-nexus.publish-plugin" version "1.3.0" //can only be applied to root project + id "io.github.gradle-nexus.publish-plugin" version "2.0.0" //can only be applied to root project } apply from: 'versionTasks.gradle'