Skip to content

Upgrade all plugins to 0.11-SNAPSHOT version for testing #118

Upgrade all plugins to 0.11-SNAPSHOT version for testing

Upgrade all plugins to 0.11-SNAPSHOT version for testing #118

Workflow file for this run

name: build
on:
push:
branches-ignore:
- master-forge
- master
- parent-pom
- gh-pages
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
- name: Build and validate project
run: mvn -B package --file pom.xml