parent
6ebaa4f3bf
commit
ce49f14598
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
||||||
|
name: Java CI
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -11,9 +13,7 @@ jobs:
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: https://gitea.com/actions/setup-java@v4
|
uses: https://gitea.com/actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
java-version: 21
|
||||||
java-version: '21'
|
|
||||||
cache: 'maven'
|
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue