Top up Java Version to 11 29/100129/4
authorpwielebs <piotr.wielebski@nokia.com>
Thu, 9 Jan 2020 13:18:35 +0000 (14:18 +0100)
committerpwielebs <piotr.wielebski@nokia.com>
Thu, 9 Jan 2020 15:03:10 +0000 (16:03 +0100)
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Issue-ID: DCAEGEN2-1982
Change-Id: I5e4d0cdd11741186909db7a2d3b600202c3c0d63

pom.xml

diff --git a/pom.xml b/pom.xml
index f15793d..d40312e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     <groupId>org.jetbrains.kotlin</groupId>
                     <version>${kotlin.version}</version>
                     <configuration>
-                        <jvmTarget>1.8</jvmTarget>
+                        <jvmTarget>11</jvmTarget>
                     </configuration>
                     <executions>
                         <execution>
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>${maven-compiler-plugin.version}</version>
                     <configuration>
-                        <source>8</source>
-                        <target>8</target>
+                        <source>11</source>
+                        <target>11</target>
                         <encoding>UTF-8</encoding>
                         <showWarnings>true</showWarnings>
                         <showDeprecation>true</showDeprecation>