From aa2e58b0b39584fa3a294ee048522d32e2044d0c Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Fri, 29 Apr 2022 19:18:56 +0200 Subject: [PATCH] Fix build Signed-off-by: Severin Kaderli --- pom.xml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index caaabb5..3eda53b 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ UTF-8 official 1.8 + 1.6.21 @@ -31,7 +32,7 @@ org.jetbrains.kotlin kotlin-maven-plugin - 1.5.10 + ${kotlin.version} compile @@ -48,6 +49,9 @@ + + 1.6 + maven-surefire-plugin @@ -69,6 +73,22 @@ org.apache.maven.plugins maven-compiler-plugin 3.5.1 + + + compile + compile + + compile + + + + testCompile + test-compile + + testCompile + + + 8 8 @@ -101,6 +121,17 @@ kotlin-stdlib-jdk8 1.6.10 + + org.jetbrains.kotlin + kotlin-stdlib + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + \ No newline at end of file