9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-27 10:39:11 +00:00
Files
HuskSync/common/build.gradle
Harvels X 3c50245540 Edit: relocations & excludes;
Refactoring modules configuration;
2022-01-31 18:23:01 +03:00

7 lines
137 B
Groovy

dependencies {
compileOnly 'com.zaxxer:HikariCP:5.0.1'
}
shadowJar {
relocate 'com.zaxxer', 'me.william278.husksync.libraries'
}