Skip to content

fix: Fix how the plugin breaks the Gradle configuration cache #34

fix: Fix how the plugin breaks the Gradle configuration cache

fix: Fix how the plugin breaks the Gradle configuration cache #34

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- uses: gradle/actions/wrapper-validation@v4
- uses: gradle/actions/setup-gradle@v4
- run: ./gradlew test