aboutsummaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-03-11 10:11:02 +0100
committergjoranv <gv@verizonmedia.com>2022-03-11 10:11:02 +0100
commitf60809a8333c607fb88db1a88c2fdce89bfb7d48 (patch)
treea887d076446e7e6b0db5eb668f0e2a5421c4c64c /parent
parenta491754a16280e39778345e12b062dd2466d4323 (diff)
Remove jdkToolchain, only relevant with maven-toolchains-plugin
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index cac01fc6d5e..c16f812f80c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -75,9 +75,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
- <jdkToolchain>
- <version>11</version>
- </jdkToolchain>
<release>11</release>
<showWarnings>true</showWarnings>
<optimize>true</optimize>