From be4945b8cb632d169341f23360539354a60da522 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 6 Oct 2019 12:00:45 +0100 Subject: [PATCH] Inherit maven-compiler-plugin configuration from openrs2-parent This switches the release to 12, which fixes a javadoc issue when building with -source 8 on JDK 12: https://bugs.openjdk.java.net/browse/JDK-8212233 --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index 992bcf4..278938a 100644 --- a/pom.xml +++ b/pom.xml @@ -80,14 +80,6 @@ ${project.basedir}/src ${project.basedir}/test - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - org.apache.maven.plugins maven-surefire-plugin