Skip to content

feat: Allow users to disable Barista logging defaults in favor of underlying log system #475

feat: Allow users to disable Barista logging defaults in favor of underlying log system

feat: Allow users to disable Barista logging defaults in favor of underlying log system #475

Workflow file for this run

name: Check PR
on: [pull_request]
jobs:
build:
name: Check PR
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "zulu"
- name: Build
run: ./gradlew --no-daemon build