aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--thedarkcolour/kotlinforforge/1.6.2/kotlinforforge-1.6.2.pom7
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 2440489..5286523 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,13 @@ Makes Kotlin forge-friendly by doing the following:
An example mod is provided at the [KotlinModdingSkeleton repository](https://github.com/thedarkcolour/KotlinModdingSkeleton).
+As of Kotlin for Forge 1.4.0, you must use Gradle 5.3 or newer. To update,
+go to the file at `./gradle/wrapper/gradle-wrapper.properties` and change this line:
+```properties
+# Gradle 5.3 or newer. Works fine with ForgeGradle.
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-all.zip
+```
+
If you aren't sure where to start, make a fork of the KotlinModdingSkeleton repository.
```git
git clone https://github.com/thedarkcolour/KotlinModdingSkeleton.git
diff --git a/thedarkcolour/kotlinforforge/1.6.2/kotlinforforge-1.6.2.pom b/thedarkcolour/kotlinforforge/1.6.2/kotlinforforge-1.6.2.pom
index 069cfbc..32e033a 100644
--- a/thedarkcolour/kotlinforforge/1.6.2/kotlinforforge-1.6.2.pom
+++ b/thedarkcolour/kotlinforforge/1.6.2/kotlinforforge-1.6.2.pom
@@ -6,13 +6,6 @@
<groupId>thedarkcolour</groupId>
<artifactId>kotlinforforge</artifactId>
<version>1.6.2</version>
- <repositories>
- <repository>
- <id>kt-eap</id>
- <name>Kotlin Early Access</name>
- <url>https://dl.bintray.com/kotlin/kotlin-eap</url>
- </repository>
- </repositories>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>