Skip to content

Bump org.codehaus.groovy:groovy from 3.0.22 to 3.0.23 #986

Bump org.codehaus.groovy:groovy from 3.0.22 to 3.0.23

Bump org.codehaus.groovy:groovy from 3.0.22 to 3.0.23 #986

name: Verify Build
on: [ push, pull_request, workflow_dispatch ]
jobs:
verification:
name: Verification
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
- name: Build with Maven
run: ./mvnw clean verify -B
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}