diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index af88d50..b789ad0 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'kotlin' apply plugin: 'org.jetbrains.dokka' -version = "1.3.1" +version = "1.4.0" group = 'thedarkcolour.kotlinforforge' archivesBaseName = 'kotlinforforge' @@ -70,10 +70,6 @@ repositories { url = 'https://maven.tterrag.com/' } maven { - name = 'Kotlin Early Access' - url = 'https://dl.bintray.com/kotlin/kotlin-eap' - } - maven { name = 'Dokka' url = 'https://dl.bintray.com/kotlin/dokka' } @@ -140,7 +136,5 @@ dokka { configuration { reportUndocumented = true - - samples = ["$rootDir/src/test/kotlin/thedarkcolour/example/ExampleMod.kt".toString()] } }
\ No newline at end of file |