From d3ee7340f0ef284b734acf9ba047f05a488b3113 Mon Sep 17 00:00:00 2001 From: woodser Date: Fri, 16 Aug 2024 17:23:49 -0400 Subject: [PATCH] remove jtorctl from JesusMcCloud --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index ddb0b9294d..4a24e5fc89 100644 --- a/build.gradle +++ b/build.gradle @@ -89,10 +89,6 @@ configure(subprojects) { maven { url 'https://mvnrepository.com' } } - configurations.all { - exclude group: 'com.github.JesusMcCloud', module: 'jtorctl' - } - tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }