Skip to content

Refactor shadow prefix handling by introducing dedicated methods for … #50

Refactor shadow prefix handling by introducing dedicated methods for …

Refactor shadow prefix handling by introducing dedicated methods for … #50

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '17'
cache: maven
- run: mvn -B -e -ntp -DskipTests=false verify