Skip to content

Move secondary modules into their own package namespace (leaving deprecation shims in place and all tests directed at the shims) #697

Move secondary modules into their own package namespace (leaving deprecation shims in place and all tests directed at the shims)

Move secondary modules into their own package namespace (leaving deprecation shims in place and all tests directed at the shims) #697

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [ master ]
jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 11,17,21 ]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.jdk }}
- name: Build with Maven
run: mvn -Pconcise -B fmt:check package -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn