diff --git a/Launcher/build.gradle b/Launcher/build.gradle index 53223965..e8ca4f7f 100644 --- a/Launcher/build.gradle +++ b/Launcher/build.gradle @@ -50,7 +50,6 @@ task javadocJar(type: Jar) { dependencies { pack project(':LauncherAPI') bundle group: 'com.github.oshi', name: 'oshi-core', version: rootProject['verOshiCore'] - bundle "pro.gravit.utils.enfs:enfs:1.0.0-SNAPSHOT" pack group: 'io.netty', name: 'netty-codec-http', version: rootProject['verNetty'] }