You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
dependencies {
|
|
compileOnly 'com.zaxxer:HikariCP:5.0.1'
|
|
}
|
|
|
|
shadowJar {
|
|
relocate 'com.zaxxer', 'net.william278.husksync.libraries'
|
|
} |