We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98be2c commit da18b63Copy full SHA for da18b63
eternalcore-core/build.gradle.kts
@@ -67,6 +67,13 @@ eternalShadow {
67
library("com.j256.ormlite:ormlite-core:${Versions.ORMLITE}")
68
library("com.j256.ormlite:ormlite-jdbc:${Versions.ORMLITE}")
69
library("com.zaxxer:HikariCP:${Versions.HIKARI_CP}")
70
+ libraryRelocate(
71
+ "com.zaxxer.hikari",
72
+ "com.j256.ormlite",
73
+ "org.mariadb.jdbc",
74
+ "org.postgresql",
75
+ "com.h2database",
76
+ )
77
78
// command framework & skull library
79
library("dev.rollczi:liteskullapi:${Versions.LITE_SKULL_API}")
0 commit comments