change jdk version and add maven in action
Some checks failed
Gitea Actions Maven Build / build (push) Failing after 10m47s
Some checks failed
Gitea Actions Maven Build / build (push) Failing after 10m47s
This commit is contained in:
parent
249d890a92
commit
9ebbebda90
@ -10,10 +10,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup JDK 21
|
- name: Set up Maven
|
||||||
|
uses: stCarolas/setup-maven@v5
|
||||||
|
with:
|
||||||
|
maven-version: '3.8.2'
|
||||||
|
- name: Set up JDK 23
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 21
|
java-version: 23
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
|
Loading…
x
Reference in New Issue
Block a user