diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f9d6f43..7fc1ff27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,5 +23,5 @@ jobs: shell: bash run: | mvn -B install - mvn -pl japicmp site:site + mvn -pl japicmp site:site -Dspotbugs.skip=true cat japicmp/target/site/japicmp.md >$GITHUB_STEP_SUMMARY diff --git a/japicmp/pom.xml b/japicmp/pom.xml index 60b619b5..a50c4385 100644 --- a/japicmp/pom.xml +++ b/japicmp/pom.xml @@ -189,17 +189,6 @@ - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - java-9