summaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-03-17 10:08:49 +0100
committerGitHub <noreply@github.com>2022-03-17 10:08:49 +0100
commitc7de4decd76982267644317be9fb95ce0711a2b1 (patch)
tree983085929c467e5089418aa3d7e579b9b6438118 /tenant-base
parentedc0babf926099386675b7dac4131c4a35aeaec5 (diff)
Remove jdk tool chain setting
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 399e0606a45..19af8305659 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -393,9 +393,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
- <jdkToolchain>
- <version>${target_jdk_version}</version>
- </jdkToolchain>
<release>${target_jdk_version}</release>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>