Skip to content

[Update]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.20 to 2.2.0 #500

[Update]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.20 to 2.2.0

[Update]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.20 to 2.2.0 #500

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3.5.3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
cache: gradle
- name: Grant Permission to Execute
run: chmod +x gradlew
- name: 🏗 Build with Gradle 🛠️
run: ./gradlew build --stacktrace