Skip to content

[ALS-7452] Sort unfilterable vars to EOL #164

[ALS-7452] Sort unfilterable vars to EOL

[ALS-7452] Sort unfilterable vars to EOL #164

Workflow file for this run

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify