change jdk to temurin
This commit is contained in:
parent
4ba8c9884f
commit
1faaedf3c4
@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 21
|
||||
distribution: 'oracle'
|
||||
distribution: 'temurin'
|
||||
cache: 'maven'
|
||||
- name: Build, Test and Package with Maven
|
||||
run: mvn -B verify --file pom.xml -e
|
||||
|
Loading…
x
Reference in New Issue
Block a user