readd the checkout step, use java 21 temurin
Some checks failed
build / build (push) Failing after 22s
Some checks failed
build / build (push) Failing after 22s
This commit is contained in:
parent
916700c5e4
commit
9556d8c5f4
1 changed files with 4 additions and 2 deletions
|
@ -10,10 +10,12 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: checkout repository
|
||||
uses: https://gitea.com/actions/checkout@v2
|
||||
- name: set up java
|
||||
uses: https://gitea.com/actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
- name: build with maven
|
||||
run: mvn --batch-mode --file pom.xml package
|
||||
|
|
Loading…
Add table
Reference in a new issue