Skip to content

run help during gradle setup #3

run help during gradle setup

run help during gradle setup #3

name: Build Kotlin EAP/CC
on:
push:
branches:
- kotlin-eap/*
jobs:
build-cc:
name: Kotlin/CC=${{ matrix.kotlin-version }}
strategy:
fail-fast: false
matrix:
kotlin-version: [ '' ] # empty means a current project version
include:
- kotlin-version: '1.9.20-Beta2'
patch-file: './.github/patches/kotlin_1_9_20.patch'
- kotlin-version: '[1.9.30-dev,1.9.30-dev-9999['
patch-file: './.github/patches/kotlin_1_9_20.patch'
uses: ./.github/workflows/run-eap.yml
with:
kotlin-version: ${{ matrix.kotlin-version }}
patch-file: ${{ matrix.patch-file }}
configuration-cache-enabled: true