This commit is contained in:
2024-08-09 14:16:32 +12:00
parent 73fbd40685
commit 4e53b55b1e
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Setup build number
run: echo "BUILD_NUMBER=$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV