aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index cf1f65aa05a..399e0606a45 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -393,8 +393,10 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
- <source>${target_jdk_version}</source>
- <target>${target_jdk_version}</target>
+ <jdkToolchain>
+ <version>${target_jdk_version}</version>
+ </jdkToolchain>
+ <release>${target_jdk_version}</release>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<compilerArgs>