update to 1.3.40-eap

skipped current stable (1.3.31) because of https://youtrack.jetbrains.com/issue/KT-30132
This commit is contained in:
NikkyAI 2019-05-28 20:06:15 +02:00
parent 7aa0a3ef37
commit ab808237e6
No known key found for this signature in database
GPG Key ID: CB8591C825C56669
4 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
Fork of [Emberwalker's Forgelin](https://github.com/Emberwalker/Forgelin).
## Additions
- Shades the Kotlin standard library, runtime, and reflect libraries so you don't have to.
- Shades the Kotlin standard library, runtime, coroutines-core, and reflect libraries so you don't have to.
- Provides a Forge `ILanguageAdapter` for using Kotlin `object` classes as your main mod class.
## Usage

View File

@ -5,6 +5,7 @@ buildscript {
name "forge"
url "http://files.minecraftforge.net/maven/"
}
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}
dependencies {
classpath "net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT"
@ -53,6 +54,7 @@ processResources {
repositories {
jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
}
dependencies {

View File

@ -1,4 +1,4 @@
mod_version = 1.8.2
mod_version = 1.8.3
group = net.shadowfacts
archivesBaseName = Forgelin
@ -6,6 +6,6 @@ mc_version = 1.12.2
mcp_mappings = snapshot_20180609
forge_version = 14.23.4.2705
kotlin_version = 1.3.10
kotlin_version = 1.3.40-eap-32
annotations_version = 16.0.3
coroutines_version = 1.0.1
coroutines_version = 1.2.1

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip