Skip to content

replaced slf4j with a custom logger #6

replaced slf4j with a custom logger

replaced slf4j with a custom logger #6

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: microsoft
java-version: '21'
- run: chmod +x gradlew
- run: ./gradlew build
- uses: actions/upload-artifact@v4
with:
name: build-outputs
path: build/libs/