Skip to content

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.0 to 2.0.20 #91

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.0 to 2.0.20

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.0 to 2.0.20 #91

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build