Merge branch '3.2.x' into 3.3.x

Closes gh-42352
This commit is contained in:
Andy Wilkinson
2024-09-18 09:45:14 +01:00
3 changed files with 13 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- version: 22
toolchain: true
- version: 23
early-access: true
distribution: oracle
toolchain: true
exclude:
- os:
@@ -49,6 +49,7 @@ jobs:
java-version: ${{ matrix.java.version }}
java-early-access: ${{ matrix.java.early-access || 'false' }}
java-toolchain: ${{ matrix.java.toolchain }}
java-distribution: ${{ matrix.java.distribution }}
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
- name: Send Notification
uses: ./.github/actions/send-notification