diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-02 23:35:56 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-03 11:24:15 +0100 |
| commit | 343aed44a398911495c05d91ff9d18857eda3329 (patch) | |
| tree | acbdfa13d4fff90fbcca44aae5d4afe860d33067 /build.gradle | |
| parent | 1ec772062338d8e495ba050efc1a7ce870fc68af (diff) | |
Add SQL options
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 4092361f..d9f61c7b 100644 --- a/build.gradle +++ b/build.gradle @@ -83,12 +83,16 @@ dependencies { } // bStats implementation 'org.bstats:bstats-bukkit-lite:1.8' + // HikariCP + implementation 'com.zaxxer:HikariCP:4.0.3' compileOnly fileTree(dir: 'libs', includes: ['*.jar']) } shadowJar { relocate 'org.bstats', 'com.leonardobishop.quests.libs.bstats' + relocate 'com.zaxxer.hikari', 'com.leonardobishop.quests.libs.hikaricp' + relocate 'org.slf4j', 'com.leonardobishop.quests.libs.slf4j' archiveClassifier.set('') } |
