From a80afda8d3f1ad2db323b0b7b108ff7fd3a3cf02 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Fri, 18 Jul 2025 15:14:45 -0700 Subject: [PATCH 1/2] Update build.gradle URLs --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a6816ff..5952c9c 100644 --- a/build.gradle +++ b/build.gradle @@ -184,9 +184,8 @@ nexusPublishing { // stagingProfileId.set(System.getenv("OSSRH_STAGING_PROFILE_ID")) username.set(System.getenv("OSSRH_USERNAME")) password.set(System.getenv("OSSRH_PASSWORD")) - // For newer Sonatype accounts (after Feb 2021) use "s01.oss.sonatype.org": - 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/")) } } } From 6d600fd8946be16009eb04170be2cceea05573e5 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Fri, 18 Jul 2025 15:18:53 -0700 Subject: [PATCH 2/2] windows-2022 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb0ecee..31aa213 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -116,7 +116,7 @@ jobs: matrix: # TODO: Docker on macos-latest running is not working # TODO: Windows pinned back - os: [macos-latest, windows-2019] + os: [macos-latest, windows-2022] java-distribution: [adopt] java-version: [8, 11, 17, 21, 22]