Merge branch '3.2.x' into 3.3.x

This commit is contained in:
Phillip Webb
2024-10-01 13:52:06 -07:00
6 changed files with 49 additions and 7 deletions

View File

@@ -50,6 +50,10 @@ jobs:
java-toolchain: ${{ matrix.java.toolchain }}
java-distribution: ${{ matrix.java.distribution }}
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
commercial-repository-username: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_USERNAME }}
commercial-repository-password: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_PASSWORD }}
commercial-release-repository-url: ${{ vars.COMMERCIAL_RELEASE_REPO_URL }}
commercial-snapshot-repository-url: ${{ vars.COMMERCIAL_SNAPSHOT_REPO_URL }}
- name: Send Notification
uses: ./.github/actions/send-notification
if: always()