Skip to content

Upgrade to Groovy 4 #69

Upgrade to Groovy 4

Upgrade to Groovy 4 #69

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: maven
- run: ./gradlew downloadDependencies
- run: mvn --batch-mode --update-snapshots verify