diff options
author | pwielebs <piotr.wielebski@nokia.com> | 2020-01-09 14:18:35 +0100 |
---|---|---|
committer | pwielebs <piotr.wielebski@nokia.com> | 2020-01-09 16:03:10 +0100 |
commit | e05efd6688e11ca3c51c5518549130c23fef77d7 (patch) | |
tree | efd70fae0573e340ca58305ec72dcf28259b57da | |
parent | 152f7016e0216b76b1acbef320aa3e7ecaef152a (diff) |
Top up Java Version to 11
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Issue-ID: DCAEGEN2-1982
Change-Id: I5e4d0cdd11741186909db7a2d3b600202c3c0d63
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -119,7 +119,7 @@ <groupId>org.jetbrains.kotlin</groupId> <version>${kotlin.version}</version> <configuration> - <jvmTarget>1.8</jvmTarget> + <jvmTarget>11</jvmTarget> </configuration> <executions> <execution> @@ -152,8 +152,8 @@ <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> |