From fe60d6b23434c1b0025126a162e3cb53d790980c Mon Sep 17 00:00:00 2001 From: Gravit Date: Fri, 31 May 2019 05:51:02 +0700 Subject: [PATCH] =?UTF-8?q?[FIX]=20=D0=A3=D0=BC=D0=B5=D0=BD=D1=8C=D1=88?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=20=D0=BB?= =?UTF-8?q?=D0=B0=D1=83=D0=BD=D1=87=D0=B5=D1=80=D0=B0=20=D0=B7=D0=B0=20?= =?UTF-8?q?=D1=81=D1=87=D0=B5=D1=82=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D1=82=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=BA=D0=BE=20=D0=BD=D0=B5=D0=BE=D0=B1=D1=85=D0=BE=D0=B4?= =?UTF-8?q?=D0=B8=D0=BC=D1=8B=D1=85=20=D1=87=D0=B0=D1=81=D1=82=D0=B5=D0=B9?= =?UTF-8?q?=20Netty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/build.gradle | 2 +- LauncherAPI/build.gradle | 2 +- ServerWrapper/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {