Skip to content

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.21 to 2.1.0 #55

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.21 to 2.1.0

Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.21 to 2.1.0 #55

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/gradle-cache
- name: Set up java
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 21
- name: Build
run: ./gradlew check --stacktrace --no-daemon
- name: Publish locally
run: ./gradlew publishToMavenLocal --stacktrace --no-daemon