Skip to content

fix(deps): update dependency org.slf4j:slf4j-api to v2.0.13 #241

fix(deps): update dependency org.slf4j:slf4j-api to v2.0.13

fix(deps): update dependency org.slf4j:slf4j-api to v2.0.13 #241

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PASS: ${{ secrets.NEXUS_PASS }}
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Build
run: ./gradlew clean build --refresh-dependencies --parallel