Skip to content

Compatibility

Compatibility #1881

Workflow file for this run

name: Compatibility
on:
pull_request:
branches:
- master
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
compatibility:
name: Compatibility with lowest version and latest EAP
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
cache: 'gradle'
cache-dependency-path: |
./.gradle*
./**/gradle-wrapper.properties
java-version: 17.x.x
- name: Cache verifier IDEs
uses: actions/cache@v4
with:
path: ~/.pluginVerifier/ides
key: ${{ runner.os }}-plugin-verifier
- name: Build the plugin using Gradle
run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=~/.pluginVerifier