From 46b4f2373ccda79ba837c86f4decbda1229a97d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 31 May 2020 14:40:07 +0200 Subject: [PATCH] =?utf8?q?=F0=9F=8F=97=20Add=20Kotlin=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/pom.xml b/pom.xml index b8d8ab1..0933bc7 100644 --- a/pom.xml +++ b/pom.xml @@ -56,18 +56,70 @@ log4j 1.2.17 + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-test-junit + ${kotlin.version} + test + UTF-8 + 1.3.72 + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + process-sources + + compile + + + + test-compile + test-compile + + test-compile + + + + + 1.8 + + + org.apache.maven.plugins maven-compiler-plugin 2.0.2 + + + compile + compile + + compile + + + + testCompile + test-compile + + testCompile + + + 1.8 1.8 -- 2.7.4