1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-09 08:50:29 +00:00
CC-Tweaked/gradle
Jonathan Coates 6b8ba8b80b
Shadow netty rather than jar-in-jaring
Under Forge, netty-codec lives on the BOOT layer. However, this means it
does not have access to our jzlib (which lives on the GAME layer). To
fix this, we now shadow netty-codec (and its dependents, like netty-http
and netty-proxy) rather than jar-in-jaring them.

This involves some horrible build logic, but means websocket compression
works on Forge.

Fixes #1958.
2024-09-11 18:00:12 +01:00
..
wrapper Update to Gradle 8.10 2024-08-15 08:49:46 +01:00
gradle-daemon-jvm.properties Update Gradle to 8.9 2024-07-24 19:40:09 +01:00
libs.versions.toml Shadow netty rather than jar-in-jaring 2024-09-11 18:00:12 +01:00