Skip to content

Bump commons-logging:commons-logging from 1.3.2 to 1.3.4 #170

Bump commons-logging:commons-logging from 1.3.2 to 1.3.4

Bump commons-logging:commons-logging from 1.3.2 to 1.3.4 #170

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
paths-ignore:
- 'README.md'
push:
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon