I was wrong, Java 10 works by Java 11 fails. More work to do.
Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/3564e132 Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/3564e132 Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/3564e132 Branch: refs/heads/bootstrap-ui Commit: 3564e13213b89b81efd66e7d5499e5a842efbd7a Parents: 2f60b45 Author: Dave Johnson <[email protected]> Authored: Sun Oct 21 14:32:05 2018 -0400 Committer: Dave Johnson <[email protected]> Committed: Sun Oct 21 14:32:05 2018 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/3564e132/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 02bacaa..b004224 100644 --- a/pom.xml +++ b/pom.xml @@ -63,8 +63,8 @@ limitations under the License. <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <configuration> - <source>11</source> - <target>11</target> + <source>10</source> + <target>10</target> <fork>true</fork> <encoding>${project.build.sourceEncoding}</encoding> </configuration>
