Skip to content

Instantly share code, notes, and snippets.

@JoJoDeveloping
Created June 27, 2019 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoJoDeveloping/0a118cd0767c49c87323b81c026cdb79 to your computer and use it in GitHub Desktop.
Save JoJoDeveloping/0a118cd0767c49c87323b81c026cdb79 to your computer and use it in GitHub Desktop.
diff --git a/build.gradle b/build.gradle
index a1bc39dd9..33416efdb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,7 @@
buildscript {
repositories {
mavenLocal()
+ maven { url = 'http://localhost:8000' }
maven { url = 'https://files.minecraftforge.net/maven' }
jcenter()
mavenCentral()
@@ -44,8 +45,8 @@ ext {
keystore: project.properties.keystore
]
}
- MAPPING_CHANNEL = 'snapshot'
- MAPPING_VERSION = '20190621-1.14.2'
+ MAPPING_CHANNEL = 'latest'
+ MAPPING_VERSION = '6002'
MC_VERSION = '1.14.3'
MCP_VERSION = '20190624.152911'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment