summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 5137a7cf171..39862e03ad6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -99,8 +99,11 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <jdkToolchain>
+ <version>9</version>
+ </jdkToolchain>
+ <source>1.9</source>
+ <target>1.9</target>
<showWarnings>true</showWarnings>
<optimize>true</optimize>
<showDeprecation>false</showDeprecation>