Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

[GHA] Fix setup-java #5

[GHA] Fix setup-java

[GHA] Fix setup-java #5

Workflow file for this run

name: Java CI with Maven
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
- name: Build with Maven
run: mvn verify
working-directory: eu.project-simple.parent