Skip to content

Compatibility with IJ 2024.2.0.1; Kotlin 1.9; jdk21 #284

Compatibility with IJ 2024.2.0.1; Kotlin 1.9; jdk21

Compatibility with IJ 2024.2.0.1; Kotlin 1.9; jdk21 #284

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