|
@@ -10,15 +10,11 @@ buildscript {
|
|
|
}
|
|
|
apply plugin: 'net.minecraftforge.gradle'
|
|
|
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
|
|
|
-//apply plugin: 'eclipse'
|
|
|
-//apply plugin: 'maven-publish'
|
|
|
|
|
|
version = '1.0'
|
|
|
group = 'me.hammerle.kcm'
|
|
|
archivesBaseName = 'kcm'
|
|
|
|
|
|
-sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
|
|
-
|
|
|
minecraft {
|
|
|
mappings channel: 'snapshot', version: '20190719-1.14.3'
|
|
|
|
|
@@ -38,5 +34,5 @@ minecraft {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- minecraft 'net.minecraftforge:forge:1.14.4-28.1.90'
|
|
|
+ minecraft 'net.minecraftforge:forge:1.15.2-31.1.0'
|
|
|
}
|