Skip to content

chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.1.0 #135

chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.1.0

chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.1.0 #135

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- .github/workflows/*.yml
- "!.github/workflows/ci.yml"
- LICENSE
- README.md
- renovate.json
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java & Gradle
uses: ./.github/actions/setup
- name: Build
uses: gradle/gradle-build-action@v3
with:
arguments: jar
- name: Upload jar
uses: actions/upload-artifact@v4
with:
name: jar
path: ./build/libs/*.jar