This commit is contained in:
parent
164b1a8976
commit
9245e75363
1 changed files with 4 additions and 5 deletions
|
|
@ -2,13 +2,12 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
maven-build:
|
maven-build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: maven:3.9-eclipse-temurin-25
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup node
|
- name: Setup Java
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
node-version: '24'
|
distribution: 'temurin'
|
||||||
|
java-version: 25
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Run maven build
|
- name: Run maven build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue