Skip to content

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.24 to 2.0.0 in /build-logic #287

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.24 to 2.0.0 in /build-logic

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.24 to 2.0.0 in /build-logic #287

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Java CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
steps:
- uses: actions/checkout@main
- name: Set up JDK 20
uses: actions/setup-java@main
with:
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
run: ./gradlew clean build fatjar
- uses: actions/upload-artifact@main
with:
name: ${{ matrix.os }}
path: app/build/libs