Skip to content

tidy up

tidy up #285

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
name: Set up JDK 21
with:
java-version: 21
distribution: adopt-hotspot
- name: Build plugin
run: |
chmod +x gradlew
./gradlew check buildPlugin --info