Skip to content

Bump org.apache.groovy:groovy-bom from 4.0.17 to 4.0.18 #145

Bump org.apache.groovy:groovy-bom from 4.0.17 to 4.0.18

Bump org.apache.groovy:groovy-bom from 4.0.17 to 4.0.18 #145

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- run: ./gradlew build