Compare commits

...

1 commit

Author SHA1 Message Date
woodser
ca60c571bb remove jtorctl from JesusMcCloud 2024-08-16 17:23:49 -04:00

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