diff --git a/build.gradle b/build.gradle index ddb0b929..4a24e5fc 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' }