summaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-14 10:17:34 +0200
committergjoranv <gv@verizonmedia.com>2022-06-14 10:17:34 +0200
commit5a976e6bc493bf55ea08b98b35db3f4614cb79d6 (patch)
tree0fbd05cb6aee282225c686104da7914e83518e63 /tenant-base
parente0e3ff465fcec5bb6a7253da2cd6df82f9701066 (diff)
Compile hosted projects for JDK 17.
+ Remove unused jdk toolchain config.
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 69c1839a761..2da5dcf77c1 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -37,7 +37,7 @@
compile version set with "-D vespaversion=...", and is instead the newest version.
When it is "${vespaversion}", it is coupled, which should be the default. -->
<test-framework.version>${vespaversion}</test-framework.version>
- <target_jdk_version>11</target_jdk_version>
+ <target_jdk_version>17</target_jdk_version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<junit.version>5.8.1</junit.version> <!-- Keep in sync with hosted-tenant-base and tenant-cd until all direct use is removed -->