Repository: commons-text Updated Branches: refs/heads/master 062b2e0ae -> f0ae79e46
Skip Spotbugs on Java 12 because it fails with "java.lang.IllegalArgumentException: Unsupported class file major version 56". Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f0ae79e4 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/f0ae79e4 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/f0ae79e4 Branch: refs/heads/master Commit: f0ae79e46e3923562168df9c03023587eafc4d69 Parents: 062b2e0 Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Fri Nov 2 21:16:42 2018 +0100 Committer: Pascal Schumacher <pascalschumac...@gmx.net> Committed: Fri Nov 2 21:16:42 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/f0ae79e4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f46dfa9..121ed0f 100644 --- a/pom.xml +++ b/pom.xml @@ -469,6 +469,8 @@ <properties> <!-- currently fails with "javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module." --> <maven.javadoc.skip>true</maven.javadoc.skip> + <!-- spotbugs does not work on java 12 yet, "java.lang.IllegalArgumentException: Unsupported class file major version 56" --> + <spotbugs.skip>true</spotbugs.skip> </properties> </profile> </profiles>