aboutsummaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-11-15 13:02:06 +0100
committergjoranv <gv@verizonmedia.com>2021-11-15 13:10:14 +0100
commit3b4972e15911ca5d106b5cd952aeeedd8411ce6a (patch)
treebe0058663a18e31ca35108ca9819460e855e5989 /parent
parent3db0193e1998ef5ed3f176c4f46cc4c4c08f9000 (diff)
Use a custom property for setting relase version for clients.
- Always set release version via maven-compiler-plugin, instead of maven property which is overridden by compiler-plugin config. - Using a custom property with self-explanatory name makes comments redundant. - Remove explicit jdkToolchain config, as these modules no longer compile with jdk pre 9, due to the --release flag.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index aea586f3949..c0ba936d5e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -922,6 +922,7 @@
<doclint>all</doclint>
<test.hide>true</test.hide>
+ <vespaClients.jdk.releaseVersion>8</vespaClients.jdk.releaseVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>