Removed repositories from docs build.gradle.

This commit is contained in:
Clinton Alexander 2017-03-30 12:24:02 +01:00
parent 5ef66d8fd6
commit 796d475e0b

View File

@ -1,15 +1,6 @@
apply plugin: 'org.jetbrains.dokka'
apply plugin: 'kotlin'
repositories {
mavenLocal()
mavenCentral()
jcenter()
maven {
url 'https://dl.bintray.com/kotlin/exposed'
}
}
dependencies {
compile rootProject
}