Skip to content

Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.3.2 #181

Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.3.2

Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.3.2 #181

Workflow file for this run

name: Maven CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 1.8
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '8'
- name: Build with Maven
run: mvn package --file pom.xml