Skip to content

Merge pull request #23 from martinellich/dependabot/github_actions/ac… #21

Merge pull request #23 from martinellich/dependabot/github_actions/ac…

Merge pull request #23 from martinellich/dependabot/github_actions/ac… #21

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Maven
run: mvn package --file pom.xml