From f3cdf06c49e6a370c24be7fb47ae0766df813877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:17:15 +0000 Subject: [PATCH 1/2] Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 2.0.0 Bumps io.github.gradle-nexus.publish-plugin from 1.1.0 to 2.0.0. --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-version: 2.0.0 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 06d09c4..fd4b6df 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } plugins { - id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' + id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' } group 'com.evervault' From f95bed8b1f1c40165565235cf73d08f381b62b92 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Jul 2026 15:50:40 +0000 Subject: [PATCH 2/2] Update buildscript dependency lock for nexus-publish-plugin 2.0.0 Dependency locking is active for the root project's buildscript classpath, and the lockfile still pinned 1.1.0 after the version bump in build.gradle. This caused every Gradle invocation (including CI) to fail at configuration time with a locking constraint violation. Regenerated via `gradle help --write-locks`. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01M1APP38RjcNc9EJeTMKLE4 --- buildscript-gradle.lockfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildscript-gradle.lockfile b/buildscript-gradle.lockfile index 7d97a8e..6f2495f 100644 --- a/buildscript-gradle.lockfile +++ b/buildscript-gradle.lockfile @@ -1,6 +1,6 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin:1.1.0=classpath -io.github.gradle-nexus:publish-plugin:1.1.0=classpath +io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin:2.0.0=classpath +io.github.gradle-nexus:publish-plugin:2.0.0=classpath empty=