Point scala downloads to our servers, Launcher doesn't like standard maven repos.
This commit is contained in:
parent
b758104a37
commit
b474a69a90
1 changed files with 4 additions and 4 deletions
|
@ -28,14 +28,14 @@
|
|||
},
|
||||
{
|
||||
"name": "org.scala-lang:scala-library:2.10.2",
|
||||
"url" : "http://repo.maven.apache.org/maven2",
|
||||
"comment" : "Important for FML, we add this",
|
||||
"url" : "http://files.minecraftforge.net/maven/",
|
||||
"comment" : "Important for FML, we add this, switch back to maven central when the launcher supports it",
|
||||
"serverreq":"true"
|
||||
},
|
||||
{
|
||||
"name": "org.scala-lang:scala-compiler:2.10.2",
|
||||
"url" : "http://repo.maven.apache.org/maven2",
|
||||
"comment" : "Important for FML, we add this",
|
||||
"url" : "http://files.minecraftforge.net/maven/",
|
||||
"comment" : "Important for FML, we add this, switch back to maven central when the launcher supports it",
|
||||
"serverreq":"true"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue