Skip to content

Bump org.codehaus.groovy:groovy-all from 2.4.8 to 2.4.21 #26

Bump org.codehaus.groovy:groovy-all from 2.4.8 to 2.4.21

Bump org.codehaus.groovy:groovy-all from 2.4.8 to 2.4.21 #26

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Build with Maven
run: mvn -B -U clean install