Skip to content

Bump org.spockframework:spock-core from 1.3-groovy-2.5 to 2.3-groovy-4.0 #49

Bump org.spockframework:spock-core from 1.3-groovy-2.5 to 2.3-groovy-4.0

Bump org.spockframework:spock-core from 1.3-groovy-2.5 to 2.3-groovy-4.0 #49

Workflow file for this run

name: Build mockserver
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 8
uses: actions/setup-java@v5
with:
java-version: '8'
distribution: 'temurin'
- name: Build with Maven
run: ./mvnw package