summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGiovanni Harting <539@idlegandalf.com>2016-10-18 19:39:38 +0200
committerGiovanni Harting <539@idlegandalf.com>2016-10-18 19:39:38 +0200
commit4e8222a8844163882c72d2327abd963b2e80a6ce (patch)
treef7c392bbcbc2db8da3d2286f0839166e56a9233d /build.gradle
parentc170c9d21d715e44d2a2536bc9048a4e6336cbe7 (diff)
fixed some versoning stuff
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 1 insertions, 9 deletions
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