Skip to content

fix(deps): update spock monorepo to v2.3-groovy-4.0 #500

fix(deps): update spock monorepo to v2.3-groovy-4.0

fix(deps): update spock monorepo to v2.3-groovy-4.0 #500

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- master
jobs:
gradle:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- uses: gradle/wrapper-validation-action@v3
- uses: gradle/gradle-build-action@v2
- run: ./gradlew build --warning-mode all