Skip to content

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.1 to 4.9.8.2 #631

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.1 to 4.9.8.2

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.1 to 4.9.8.2 #631

Workflow file for this run

name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: 17
distribution: zulu
- name: Run Spotless check
run: mvn spotless:check
- name: Create WAR
run: mvn package