Skip to content

use jdk 17 because IntelliJ 242.20224 can still use it #302

use jdk 17 because IntelliJ 242.20224 can still use it

use jdk 17 because IntelliJ 242.20224 can still use it #302

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