summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2019-10-22 21:51:00 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2019-10-22 21:51:00 +0200
commitdf0f229fdd18c92bfbb94678d27e681fb1c98ca8 (patch)
tree18ae7d7132e661fc54b7148a5f0d8a2d76960b94 /vespa-hadoop
parent2433a37c22b225195873efa0c08897c18133f63f (diff)
Use the new release option in JDK 9+ to ensure JDK 8 compability for client libraries.
Diffstat (limited to 'vespa-hadoop')
-rw-r--r--vespa-hadoop/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/vespa-hadoop/pom.xml b/vespa-hadoop/pom.xml
index ff21404a2c7..7e1a8d832b2 100644
--- a/vespa-hadoop/pom.xml
+++ b/vespa-hadoop/pom.xml
@@ -19,6 +19,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hadoop.version>2.8.0</hadoop.version>
<pig.version>0.14.0</pig.version>
+ <!-- This is a client jar and should be compilable with jdk8 -->
+ <maven.compiler.release>8</maven.compiler.release>
</properties>
<!-- This is a client jar and should be compilable with jdk8 -->