From a45e8b16d21d8f13c13db022bd413e362964afc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 00:13:10 +0000 Subject: [PATCH] Bump io.github.gradle-nexus.publish-plugin from 2.0.0-rc-1 to 2.0.0 Bumps io.github.gradle-nexus.publish-plugin from 2.0.0-rc-1 to 2.0.0. --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- radar-commons-gradle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar-commons-gradle/build.gradle.kts b/radar-commons-gradle/build.gradle.kts index 9585a34..78006cc 100644 --- a/radar-commons-gradle/build.gradle.kts +++ b/radar-commons-gradle/build.gradle.kts @@ -7,7 +7,7 @@ plugins { // Match to the versions in the bottom of this file kotlin("jvm") version "1.9.21" `maven-publish` - id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-1" + id("io.github.gradle-nexus.publish-plugin") version "2.0.0" id("org.jetbrains.dokka") version "1.9.10" signing }