From ed7c6095b0a3a97b2fbfd93b0d895880e8567bf6 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Fri, 7 Jul 2023 13:57:54 +0200 Subject: [PATCH] Update nexus-publish plugin to 2.0.0-rc-1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d1759a848449..7a4b23ed453c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -77,5 +77,5 @@ buildParameters = { id = "org.gradlex.build-parameters", version = "1.4.3" } gitPublish = { id = "org.ajoberstar.git-publish", version = "4.2.0" } jmh = { id = "me.champeau.jmh", version = "0.7.1" } nohttp = { id = "io.spring.nohttp", version = "0.0.11" } -nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" } +nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-1" } versions = { id = "com.github.ben-manes.versions", version.ref = "gradleVersionsPlugin" }