From 73adcbbef6ee1a9f349f060f789be97194890f6a Mon Sep 17 00:00:00 2001 From: Pascal Schumacher Date: Sat, 5 Jan 2019 22:43:03 +0100 Subject: [PATCH] Skip SpotBugs on Java 13+, because it fails with "java.lang.IllegalArgumentException: Unsupported class file major version 57". --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index a8cb9e3ab0..1c9ef29fb7 100644 --- a/pom.xml +++ b/pom.xml @@ -471,6 +471,8 @@ true + + true