Skip to content

Bump org.spockframework:spock-core from 2.4-M1-groovy-3.0 to 2.4-M2-groovy-4.0 in /test-project-groovy #215

Bump org.spockframework:spock-core from 2.4-M1-groovy-3.0 to 2.4-M2-groovy-4.0 in /test-project-groovy

Bump org.spockframework:spock-core from 2.4-M1-groovy-3.0 to 2.4-M2-groovy-4.0 in /test-project-groovy #215

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
cache: gradle
distribution: microsoft
java-version: 11
- name: Build with Gradle
run: ./gradlew build --scan