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

15 lines
196 B
Groovy

3 years ago
plugins {
id 'java'
}
dependencies {
compileOnly 'com.zaxxer:HikariCP:5.0.1'
3 years ago
}
3 years ago
java {
withJavadocJar()
}
shadowJar {
relocate 'com.zaxxer', 'net.william278.husksync.libraries'
3 years ago
}