diff --git a/Launcher/build.gradle b/Launcher/build.gradle index f1e08d0d..55457b58 100644 --- a/Launcher/build.gradle +++ b/Launcher/build.gradle @@ -41,7 +41,7 @@ pack project(':LauncherAuthlib') bundle 'com.jfoenix:jfoenix:8.0.8' bundle 'de.jensd:fontawesomefx:8.9' bundle 'org.apache.httpcomponents:httpclient:4.5.7' - pack 'io.netty:netty-all:4.1.36.Final' + pack 'io.netty:netty-codec-http:4.1.36.Final' pack 'org.ow2.asm:asm-tree:7.1' } diff --git a/LauncherAPI/build.gradle b/LauncherAPI/build.gradle index 305be8ce..3ba17392 100644 --- a/LauncherAPI/build.gradle +++ b/LauncherAPI/build.gradle @@ -4,5 +4,5 @@ dependencies { compile project(':LauncherCore') compileOnly 'org.apache.httpcomponents:httpclient:4.5.7' - compileOnly 'io.netty:netty-all:4.1.36.Final' + compileOnly 'io.netty:netty-codec-http:4.1.36.Final' } diff --git a/ServerWrapper/build.gradle b/ServerWrapper/build.gradle index 130f0c57..ecdddd82 100644 --- a/ServerWrapper/build.gradle +++ b/ServerWrapper/build.gradle @@ -29,7 +29,7 @@ dependencies { pack project(':LauncherAuthlib') pack 'org.apache.httpcomponents:httpclient:4.5.7' - pack 'io.netty:netty-all:4.1.36.Final' + pack 'io.netty:netty-codec-http:4.1.36.Final' } shadowJar {