Skip to content

Update CI JVM and restore compatible Gradle #224

Update CI JVM and restore compatible Gradle

Update CI JVM and restore compatible Gradle #224

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
- uses: burrunan/gradle-cache-action@v1.5
with:
arguments: check buildPlugin verifyPlugin