Skip to content

Bump softprops/action-gh-release from 1 to 2 #48

Bump softprops/action-gh-release from 1 to 2

Bump softprops/action-gh-release from 1 to 2 #48

name: Build & test with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
cache: maven
- name: Build with Maven
run: mvn package
- name: Test with Maven
run: mvn test