From c1e766c875d66ee5e85cf14984b44debaceb0a67 Mon Sep 17 00:00:00 2001 From: Aubrey Chipman Date: Mon, 16 Jun 2025 23:26:25 -0400 Subject: [PATCH 1/3] Use com.netflix.nebula.netflixoss 11.6.0 to move publishing to Sonatype Central Portal from Sonatype Legacy OSSRH --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 53768c37..7826d197 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.netflix.nebula.netflixoss' version '11.3.2' + id 'com.netflix.nebula.netflixoss' version '11.6.0' } // Establish version and status From 5801536ca02baec8a17aaefbdc9d389b4952cb27 Mon Sep 17 00:00:00 2001 From: Aubrey Chipman Date: Tue, 17 Jun 2025 00:09:02 -0400 Subject: [PATCH 2/3] Github action: checkout v4 --- .github/workflows/gradle-wrapper-validation.yml | 2 +- .github/workflows/nebula-ci.yml | 2 +- .github/workflows/nebula-publish.yml | 2 +- .github/workflows/nebula-snapshot.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index af99da16..375241d7 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -6,5 +6,5 @@ jobs: name: "validation" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: gradle/wrapper-validation-action@v1 diff --git a/.github/workflows/nebula-ci.yml b/.github/workflows/nebula-ci.yml index 772c523f..13a697d7 100644 --- a/.github/workflows/nebula-ci.yml +++ b/.github/workflows/nebula-ci.yml @@ -16,7 +16,7 @@ jobs: java: [ 8 ] name: CI with Java ${{ matrix.java }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup jdk uses: actions/setup-java@v1 with: diff --git a/.github/workflows/nebula-publish.yml b/.github/workflows/nebula-publish.yml index 5b8194a5..ede517b9 100644 --- a/.github/workflows/nebula-publish.yml +++ b/.github/workflows/nebula-publish.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup jdk 8 uses: actions/setup-java@v1 with: diff --git a/.github/workflows/nebula-snapshot.yml b/.github/workflows/nebula-snapshot.yml index 13cbea12..b4997600 100644 --- a/.github/workflows/nebula-snapshot.yml +++ b/.github/workflows/nebula-snapshot.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up JDK From 797d1ac0a794290c8d672d40d03f10ccef7c8599 Mon Sep 17 00:00:00 2001 From: Aubrey Chipman Date: Tue, 17 Jun 2025 01:01:59 -0400 Subject: [PATCH 3/3] Gradle 8.14.2 --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3fa8f862..ff23a68d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME