aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-08-16 19:27:23 -0700
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-08-16 19:27:23 -0700
commit3d05249dadaa2f3b2b58d7aecbe5518b09d35d78 (patch)
treebc60252fe092b2830781281fce2458baf89db718 /build.gradle
parent1f5749dbd4eff6a5e78307e89c0e9c1a595bcb97 (diff)
downloadKotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.tar.gz
KotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.tar.bz2
KotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.zip
Update Kotlin for Forge 1.4.0
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
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