switch to new Forge and ForgeGradle version
This commit is contained in:
13
build.gradle
13
build.gradle
@@ -1,4 +1,4 @@
|
|||||||
apply plugin: "forge"
|
apply plugin: "net.minecraftforge.gradle.forge"
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
group = 'com.github.octarine-noise'
|
group = 'com.github.octarine-noise'
|
||||||
@@ -19,7 +19,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT"
|
classpath "net.minecraftforge.gradle:ForgeGradle:2.0-SNAPSHOT"
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -32,9 +32,8 @@ dependencies {
|
|||||||
|
|
||||||
}
|
}
|
||||||
minecraft {
|
minecraft {
|
||||||
version = '1.8-11.14.3.1502'
|
version = '1.8-11.14.4.1563'
|
||||||
mappings = 'stable_18'
|
mappings = 'stable_18'
|
||||||
srgExtra "PK: kotlin mods/octarinecore/kotlin"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
@@ -66,6 +65,12 @@ jar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reobf {
|
||||||
|
jar {
|
||||||
|
extraLines "PK: kotlin mods/octarinecore/kotlin"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user