From 4e8222a8844163882c72d2327abd963b2e80a6ce Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Tue, 18 Oct 2016 19:39:38 +0200 Subject: fixed some versoning stuff --- build.gradle | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 458aa12..aa413e0 100644 --- a/build.gradle +++ b/build.gradle @@ -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 -- cgit v1.2.3