Update PR workflow to use shared build action

Closes gh-42573
This commit is contained in:
Andy Wilkinson
2024-10-10 09:57:41 +01:00
parent c678d38630
commit 820b42cbcb
6 changed files with 16 additions and 20 deletions

View File

@@ -50,6 +50,7 @@ jobs:
commercial-repository-username: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_USERNAME }}
commercial-snapshot-repository-url: ${{ vars.COMMERCIAL_SNAPSHOT_REPO_URL }}
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
gradle-cache-read-only: false
java-early-access: ${{ matrix.java.early-access || 'false' }}
java-distribution: ${{ matrix.java.distribution }}
java-toolchain: ${{ matrix.java.toolchain }}