Skip to content

Modularize: separate the core SLF4J binding from the optional handlers #3

Modularize: separate the core SLF4J binding from the optional handlers

Modularize: separate the core SLF4J binding from the optional handlers #3

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Setup Android SDK Tools
uses: android-actions/setup-android@v3.2.0
- name: Build
run: ./gradlew build