update JDK version in action
Some checks failed
Gitea Action Maven build / build (push) Has been cancelled
Some checks failed
Gitea Action Maven build / build (push) Has been cancelled
This commit is contained in:
parent
031ba1aea4
commit
92837b1f60
@ -14,10 +14,10 @@ jobs:
|
||||
uses: stCarolas/setup-maven@v5
|
||||
with:
|
||||
maven-version: 3.6.3
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 17
|
||||
distribution: 'oracle'
|
||||
cache: 'maven'
|
||||
- name: Build with Maven
|
||||
|
Loading…
x
Reference in New Issue
Block a user