Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Point at the newer version of the plugin #658

Point at the newer version of the plugin

Point at the newer version of the plugin #658

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 8
- name: Build with Gradle
run: ./gradlew build --info --stacktrace --parallel