code cleanup

connection_type_change
Robinson 2022-06-14 11:09:32 +02:00
parent e6d8d89021
commit 2c8531e2a9
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 0 additions and 23 deletions

View File

@ -89,29 +89,6 @@ licensing {
}
}
//kotlin {
// sourceSets {
// main {
// resources.apply {
// srcDirs("dorkbox/netUtil/dnsUtils/effective_tld_names.dat")
// }
// }
// }
//}
sourceSets {
main {
java {
resources {
setSrcDirs(listOf("src"))
include(
"dorkbox/netUtil/dnsUtils/effective_tld_names.dat"
)
}
}
}
}
tasks.jar.get().apply {
manifest {
// https://docs.oracle.com/javase/tutorial/deployment/jar/packageman.html