File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/net/minecraftforge/gradle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public String toString()
6464 public static final String MC_SERVER_URL = "http://s3.amazonaws.com/Minecraft.Download/versions/{MC_VERSION}/minecraft_server.{MC_VERSION}.jar" ;
6565 public static final String MCP_URL = "http://mcp.ocean-labs.de/files/archive/mcp804.zip" ;
6666 public static final String ASSETS_URL = "http://resources.download.minecraft.net" ;
67- public static final String LIBRARY_URL = "https://libraries.minecraft.net/" ;
67+ public static final String LIBRARY_URL = "https://libraries.minecraft.net/" ;
6868 public static final String ASSETS_INDEX_URL = "https://s3.amazonaws.com/Minecraft.Download/indexes/{ASSET_INDEX}.json" ;
6969
7070 public static final String LOG = ".gradle/gradle.log" ;
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ private void writeFile() throws IOException
8989 " maven" ,
9090 " {" ,
9191 " name 'minecraft'" ,
92- " url 'http://s3.amazonaws.com/Minecraft.Download/libraries '" ,
92+ " url '" + Constants . LIBRARY_URL + " '" ,
9393 " }" ,
9494 "}" ,
9595 "" ,
You can’t perform that action at this time.
0 commit comments