From 93daec019bb2bb4923ad5631042e0d9d2b1c93cd Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 11:01:17 +0000 Subject: [PATCH] Changes generated by be2744bb03a7d9435c6deca2dbe6185b8f681a28 This commit was automatically created from gocardless/gocardless-pro-java-template@be2744bb03a7d9435c6deca2dbe6185b8f681a28 by the `push-files` action. Workflow run: https://github.com/gocardless/gocardless-pro-java-template/actions/runs/20954221053 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a27c1b1c..99b40fc9 100644 --- a/build.gradle +++ b/build.gradle @@ -138,8 +138,8 @@ nexusPublishing { repositories { sonatype { //only for users registered in Sonatype after 24 Feb 2021 - nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) - snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) username = System.getenv("MAVEN_USERNAME") password = System.getenv("MAVEN_PASSWORD")