Skip to content

Bump org.codehaus.groovy:groovy-all from 3.0.3 to 3.0.7 #42

Bump org.codehaus.groovy:groovy-all from 3.0.3 to 3.0.7

Bump org.codehaus.groovy:groovy-all from 3.0.3 to 3.0.7 #42

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn install -Dmaven.compiler.target=17 -Dmaven.compiler.source=17