X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=0933bc753970b87283d7b9e69147803a11dd493b;hb=69d9f0cd50fe26dd878be3d21facd3199c72f445;hp=5c1e182200e6e0185a499c48a1b2b2ff7c442808;hpb=f5014f6e3c18203a66d39699bbd4b435c06d7718;p=xudocci.git diff --git a/pom.xml b/pom.xml index 5c1e182..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 @@ -121,7 +173,7 @@ - net.pterodactylus.xdcc.main.Main + net.pterodactylus.xdcc.main.Main