remove jtorctl from JesusMcCloud

This commit is contained in:
woodser 2024-08-16 17:23:49 -04:00
parent d3d30c3d0b
commit d3ee7340f0

View File

@ -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'
}