From 3d05249dadaa2f3b2b58d7aecbe5518b09d35d78 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sun, 16 Aug 2020 19:27:23 -0700 Subject: Update Kotlin for Forge 1.4.0 --- build.gradle | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'build.gradle') 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' @@ -69,10 +69,6 @@ repositories { name = 'Yarn Mappings' 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 -- cgit