aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-08-16 19:29:50 -0700
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-08-16 19:29:50 -0700
commit5d89ffe924a98aa03d2871ad39fc60904be9f80b (patch)
tree08e39ac0c3a773b526ac1ad49952cf0668bf1fd5 /README.md
parent3d05249dadaa2f3b2b58d7aecbe5518b09d35d78 (diff)
downloadKotlinForForge-5d89ffe924a98aa03d2871ad39fc60904be9f80b.tar.gz
KotlinForForge-5d89ffe924a98aa03d2871ad39fc60904be9f80b.tar.bz2
KotlinForForge-5d89ffe924a98aa03d2871ad39fc60904be9f80b.zip
Update README.md to use latest KFF
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 886a612..8d8f2f6 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ buildscript {
}
dependencies {
// Make sure to use the correct version
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4-M2"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0-rc"
}
}
@@ -31,10 +31,6 @@ apply plugin: 'kotlin'
repositories {
maven {
- name = "Kotlin Early Access"
- url = "https://dl.bintray.com/kotlin/kotlin-eap"
- }
- maven {
name = 'kotlinforforge'
url = 'https://thedarkcolour.github.io/KotlinForForge/'
}