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.
HuskSync/common/build.gradle

11 lines
165 B
Groovy

plugins {
id 'java'
}
dependencies {
compileOnly 'com.zaxxer:HikariCP:5.0.1'
}
shadowJar {
relocate 'com.zaxxer', 'net.william278.husksync.libraries'
}