diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-08-16 19:29:50 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-08-16 19:29:50 -0700 |
commit | 5d89ffe924a98aa03d2871ad39fc60904be9f80b (patch) | |
tree | 08e39ac0c3a773b526ac1ad49952cf0668bf1fd5 /README.md | |
parent | 3d05249dadaa2f3b2b58d7aecbe5518b09d35d78 (diff) | |
download | KotlinForForge-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.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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/' } |