Skip to content

Update gradle.yml

Update gradle.yml #12

Workflow file for this run

name: CI
on:
push:
branches: [ main, test-ci ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/setup-java@v4
name: Set up JDK 17
with:
java-version: 17
distribution: adopt-hotspot
- run: ls -lh ./gradle/wrapper/
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build plugin
run: ./gradlew check buildPlugin --info