From f810c8283783650f3a000f8ab9aa7911b2b77ab4 Mon Sep 17 00:00:00 2001 From: pascalschumacher Date: Mon, 1 Jul 2019 22:44:40 +0200 Subject: [PATCH] Skip Jacoco and SpotBugs on Java 13+. --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 6ba59df75..8f2f6b4c4 100644 --- a/pom.xml +++ b/pom.xml @@ -904,6 +904,18 @@ true + + java13+ + + [13,) + + + + true + + true + + benchmark