Skip to content

Commit 62134d1

Browse files
committed
Add HikariCP
1 parent 6d06c81 commit 62134d1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ repositories {
2626
}
2727

2828
dependencies {
29-
compileOnly 'org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT'
29+
implementation 'org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT'
30+
implementation 'com.zaxxer:HikariCP:3.4.5'
3031
}
3132

3233
processResources {

src/main/resources/config.yml

Whitespace-only changes.

src/main/resources/lang/zh_CN.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)