Change Gradle configuration

This commit is contained in:
Shadowfacts 2016-08-06 10:46:57 -04:00
parent 059e83b6ba
commit 2f24acf89c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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