Skip to content

refactor!: move to Kotlin #151

refactor!: move to Kotlin

refactor!: move to Kotlin #151

Workflow file for this run

name: Build
on:
push:
branches: [next/**]
paths-ignore: ["*.md"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: gradle
- run: ./gradlew build --no-daemon
- uses: actions/upload-artifact@v4
with:
path: build/libs/*.jar
if-no-files-found: error