Skip to content

Update plugin au.com.dius.pact to v4.6.14 #2564

Update plugin au.com.dius.pact to v4.6.14

Update plugin au.com.dius.pact to v4.6.14 #2564

Workflow file for this run

name: Template CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: 'gradle'
- name: Build
run: ./gradlew check