Skip to content

Update dependency com.github.spotbugs to v6.0.7 #387

Update dependency com.github.spotbugs to v6.0.7

Update dependency com.github.spotbugs to v6.0.7 #387

Workflow file for this run

name: Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: gradle
- name: Build and Check with Gradle
run: ./gradlew check