Skip SpotBugs on Java 11, because it uses ASM and ASM does not yet support the 
java 11 class file format.


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/01c1e1ad
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/01c1e1ad
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/01c1e1ad

Branch: refs/heads/master
Commit: 01c1e1adf80e8eb5de7d6096c0bdeb651f8f44df
Parents: 0eac5c7
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Thu May 10 15:48:31 2018 +0200
Committer: Pascal Schumacher <pascalschumac...@gmx.net>
Committed: Tue May 15 22:07:48 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/01c1e1ad/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0135a78..5cb4ca0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,6 +430,8 @@
       <properties>
         <!-- jacoco does not work with java 11 yet, see 
https://github.com/jacoco/jacoco/issues/663 -->
         <jacoco.skip>true</jacoco.skip>
+        <!-- spotbugs does not work with java 11 yet, because ASM does not yet 
support the java 11 class file format -->
+        <spotbugs.skip>true</spotbugs.skip>
       </properties>
     </profile>
   </profiles>

Reply via email to