parent
1a2d8eafc5
commit
8e5a92b30e
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: https://gitea.com/actions/setup-java@v4
|
||||||
|
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: https://gitea.com/actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: https://gitea.com/actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: MapReflectionAPI
|
name: MapReflectionAPI
|
||||||
path: target
|
path: target
|
Loading…
Add table
Reference in a new issue