From 186e6d2a1fe857adf2a0fcf8ae621cad758b6dfb Mon Sep 17 00:00:00 2001 From: lyf666 Date: Mon, 25 Sep 2017 15:15:33 +0800 Subject: [PATCH] pom --- pom.xml | 44 ++++++++++++++++---------------------------- 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index 8e66ff8..0dfc89a 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 1.0-SNAPSHOT - 1.1.4 + 1.1.50 1.5.0 @@ -99,44 +99,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - kotlin-maven-plugin org.jetbrains.kotlin ${kotlin.version} - compile - compile + + compile + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/main/java + + - test-compile test-compile + + + ${project.basedir}/src/test/kotlin + ${project.basedir}/src/test/java + +