This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit 73adcbbef6ee1a9f349f060f789be97194890f6a
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Sat Jan 5 22:43:03 2019 +0100

    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 a8cb9e3..1c9ef29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,6 +471,8 @@
       <properties>
         <!-- jacoco does not work with java 13 yet -->
         <jacoco.skip>true</jacoco.skip>
+        <!-- spotbugs does not work on java 13 yet, 
"java.lang.IllegalArgumentException: Unsupported class file major version 57" 
-->
+        <spotbugs.skip>true</spotbugs.skip>
       </properties>
     </profile>
   </profiles>

Reply via email to