Skip to content

The aligator was going the wrong way #103

The aligator was going the wrong way

The aligator was going the wrong way #103

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