From d225e435534dc2592530400b9484e740883d7092 Mon Sep 17 00:00:00 2001 From: Alastair Hawkes Date: Thu, 7 Jun 2018 15:20:30 +0100 Subject: [PATCH] Added wrapper and updated mapping --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9e4d5c6f..8e056e89 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ minecraft { // 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_20180606" + mappings = "snapshot_20171003" // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable. }