Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
added mappings to default build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrarSyed committed Oct 3, 2014
1 parent ed866ac commit 3e78dc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ archivesBaseName = "modid"
minecraft {
version = "${version}"
runDir = "eclipse"

// 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 = "${mappings}"
}

dependencies {
Expand Down

0 comments on commit 3e78dc9

Please sign in to comment.