Change Gradle configuration
This commit is contained in:
parent
059e83b6ba
commit
2f24acf89c
|
@ -19,7 +19,7 @@ plugins {
|
|||
apply plugin: "net.minecraftforge.gradle.forge"
|
||||
apply plugin: "kotlin"
|
||||
|
||||
version = mc_version + "-" + mod_version
|
||||
version = mod_version
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
mod_version = 1.0.0
|
||||
group = net.shadowfacts
|
||||
archivesBaseName = ShadowForgelin
|
||||
archivesBaseName = Forgelin
|
||||
|
||||
mc_version = 1.10.2
|
||||
mcp_mappings = snapshot_20160802
|
||||
|
|
Loading…
Reference in New Issue