Skip to content

Reducing log level to debug for a publish log message to cut logging … #10

Reducing log level to debug for a publish log message to cut logging …

Reducing log level to debug for a publish log message to cut logging … #10

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '11'
- name: Build with Gradle
run: ./gradlew build