aboutsummaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2020-01-10 10:49:37 +0100
committerArnstein Ressem <aressem@verizonmedia.com>2020-01-10 10:49:37 +0100
commitb7914303ad39eeb1576f65511c3485067139415c (patch)
treec10a99bf88e4296e129bac03ad0ec917dbb6c52c /client/pom.xml
parentf77006746634b570aac00847c2ebe426c5e40808 (diff)
Produce JDK 8 compatible object files for Vespa clients.
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/pom.xml b/client/pom.xml
index ded8a6a3ae0..3dee66f31ec 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -17,6 +17,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <!-- TODO: Remove when we no longer support JDK 8 clients -->
+ <maven.compiler.release>8</maven.compiler.release>
</properties>
<dependencies>