Skip to content

Bump com.github.spotbugs from 6.0.18 to 6.0.19 #964

Bump com.github.spotbugs from 6.0.18 to 6.0.19

Bump com.github.spotbugs from 6.0.18 to 6.0.19 #964

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- '*'
push:
branches:
- 'main'
- 'hotfix-*'
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: "Set up JDK"
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
- name: "Build with Gradle"
run: ./gradlew build -x test --scan
- name: "Run tests"
if: always()
run: ./gradlew --no-build-cache cleanTest test