Skip to content

Update to Kotlin 2.0.20 #70

Update to Kotlin 2.0.20

Update to Kotlin 2.0.20 #70

Workflow file for this run

name: Pre Merge Checks
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Configure JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
- name: Cache Gradle Caches
uses: gradle/[email protected]
- name: Build the Gradle Plugin
run: ./gradlew -p gradleplugin build
- name: Build the DCG
run: ./gradlew build