Skip to content

Add support for the new scope parameter, also allowing use of the leg… #65

Add support for the new scope parameter, also allowing use of the leg…

Add support for the new scope parameter, also allowing use of the leg… #65

Workflow file for this run

name: Build with maven
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "main" ]
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'
distribution: 'oracle'
cache: maven
- name: Build with Maven
run: mvn -B clean verify --file pom.xml