X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=build.gradle;h=e8e89c26dc84d8b052773f0b647f0682b606388f;hb=ecc5dee21c4093a2dec2df06f6dc4a0c7f85edf7;hp=12fa60271a0ac8595f6cbc7f67a4649f2fb66394;hpb=4db3397a6a5bc6c6c40fffb90c9624182caf72d1;p=rhynodge.git diff --git a/build.gradle b/build.gradle index 12fa602..e8e89c2 100644 --- a/build.gradle +++ b/build.gradle @@ -30,6 +30,9 @@ buildscript { repositories { mavenCentral() + maven { + url "http://dl.bintray.com/kotlinx/kotlinx" + } } dependencies { @@ -44,6 +47,8 @@ dependencies { compile group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.1.2" compile group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.1.2" compile group: "com.google.inject", name: "guice", version: "4.0" + compile group: "org.jetbrains.kotlinx", name: "kotlinx.html", version: "0.5.8" + compile group: "org.jetbrains.kotlinx", name: "kotlinx.html.jvm", version: "0.5.8" testCompile group: "junit", name: "junit", version:"4.12" testCompile group: "org.hamcrest", name: "hamcrest-library", version:"1.3"