Switch GH actions Java version to Temurin. Remove unused field.

This commit is contained in:
Olga MaciaszekSharma
2023-11-03 14:40:25 +01:00
parent 9c5fd4b6f6
commit e4696d1167
2 changed files with 1 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven