fixed some versoning stuff

This commit is contained in:
2016-10-18 19:39:38 +02:00
parent c170c9d21d
commit 4e8222a884
2 changed files with 5 additions and 11 deletions

View File

@@ -63,16 +63,8 @@ version = project.buildInfo.revision
minecraft {
version = "1.10.2-12.18.2.2107"
runDir = "run"
// the mappings can be changed at any time, and must be in the following format.
// snapshot_YYYYMMDD snapshot are built nightly.
// stable_# stables are built at the discretion of the MCP team.
// Use non-default mappings at your own risk. they may not allways work.
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = "snapshot_20161015"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
replace "${version}", project.version
replace '@VERSION@', project.version
}
//noinspection GroovyAssignabilityCheck