Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

style: reformat code and optimize imports #14

style: reformat code and optimize imports

style: reformat code and optimize imports #14

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java JDK
uses: actions/setup-java@v3.13.0
with:
distribution: temurin
java-version: 17
- name: Setup Kotlin
uses: fwilhe2/setup-kotlin@0.9.0
- uses: burrunan/gradle-cache-action@v1
name: Build project (with cache)
with:
job-id: jdk17
arguments: --no-daemon --build-cache build