Skip to content

Commit

Permalink
Fix up release jsons to clean up extraneous netty references
Browse files Browse the repository at this point in the history
  • Loading branch information
cpw committed May 11, 2016
1 parent 75468e9 commit 2e6f4e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
3 changes: 2 additions & 1 deletion jsons/1.8-rel.json
Expand Up @@ -29,7 +29,8 @@
{
"comment": "Force the downgrade on dedicated server to match client. Netty bug: https://github.com/MinecraftForge/MinecraftForge/issues/1848",
"name": "io.netty:netty-all:4.0.15.Final",
"serverreq":true
"serverreq":true,
"clientclasspath":false
},
{
"name": "net.minecraft:launchwrapper:1.12",
Expand Down
5 changes: 0 additions & 5 deletions jsons/1.8.8-rel.json
Expand Up @@ -26,11 +26,6 @@
"name": "@artifact@",
"url": "http://files.minecraftforge.net/maven/"
},
{
"comment": "Force the downgrade on dedicated server to match client. Netty bug: https://github.com/MinecraftForge/MinecraftForge/issues/1848",
"name": "io.netty:netty-all:4.0.23.Final",
"serverreq":true
},
{
"name": "net.minecraft:launchwrapper:1.12",
"serverreq":true
Expand Down
5 changes: 0 additions & 5 deletions jsons/1.8.9-rel.json
Expand Up @@ -26,11 +26,6 @@
"name": "@artifact@",
"url": "http://files.minecraftforge.net/maven/"
},
{
"comment": "Force the downgrade on dedicated server to match client. Netty bug: https://github.com/MinecraftForge/MinecraftForge/issues/1848",
"name": "io.netty:netty-all:4.0.23.Final",
"serverreq":true
},
{
"name": "net.minecraft:launchwrapper:1.12",
"serverreq":true
Expand Down
5 changes: 0 additions & 5 deletions jsons/1.9-rel.json
Expand Up @@ -24,11 +24,6 @@
"name": "@artifact@",
"url": "http://files.minecraftforge.net/maven/"
},
{
"comment": "Force the downgrade on dedicated server to match client. Netty bug: https://github.com/MinecraftForge/MinecraftForge/issues/1848",
"name": "io.netty:netty-all:4.0.23.Final",
"serverreq":true
},
{
"name": "net.minecraft:launchwrapper:1.12",
"serverreq":true
Expand Down

0 comments on commit 2e6f4e5

Please sign in to comment.