Skip to content

Update gradle.yml

Update gradle.yml #7

Workflow file for this run

name: CI
on:
push:
branches: [ main, test-ci ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
name: Set up JDK 17
with:
java-version: 17
distribution: adopt-hotspot
- name: Make gradlew executable
run: chmod +x gradlew
- name: Build plugin
run: ./gradlew check buildPlugin --info