@@ -87,12 +87,12 @@ class EsuPluginBukkit(
8787 MavenResolver .loadDependencies(
8888 listOf (
8989 " net.kyori:adventure-platform-bukkit:4.4.1" ,
90- " net.kyori:adventure-api:${BuildConfig .ADVENTURE_VERSION } " ,
91- " net.kyori:adventure-text-minimessage:${BuildConfig .ADVENTURE_VERSION } " ,
92- " net.kyori:adventure-text-serializer-ansi:${BuildConfig .ADVENTURE_VERSION } " ,
93- " net.kyori:adventure-text-serializer-gson:${BuildConfig .ADVENTURE_VERSION } " ,
94- " net.kyori:adventure-text-serializer-legacy:${BuildConfig .ADVENTURE_VERSION } " ,
95- " net.kyori:adventure-text-serializer-plain:${BuildConfig .ADVENTURE_VERSION } " ,
90+ " net.kyori:adventure-api:${BuildConfig .DEP_ADVENTURE_VERSION } " ,
91+ " net.kyori:adventure-text-minimessage:${BuildConfig .DEP_ADVENTURE_VERSION } " ,
92+ " net.kyori:adventure-text-serializer-ansi:${BuildConfig .DEP_ADVENTURE_VERSION } " ,
93+ " net.kyori:adventure-text-serializer-gson:${BuildConfig .DEP_ADVENTURE_VERSION } " ,
94+ " net.kyori:adventure-text-serializer-legacy:${BuildConfig .DEP_ADVENTURE_VERSION } " ,
95+ " net.kyori:adventure-text-serializer-plain:${BuildConfig .DEP_ADVENTURE_VERSION } " ,
9696 )
9797 ) { file, artifact ->
9898 if (artifact.groupId == " net.kyori" )
@@ -109,10 +109,10 @@ class EsuPluginBukkit(
109109 }
110110 MavenResolver .loadDependencies(
111111 listOf (
112- " org.jetbrains.exposed:exposed-core:${BuildConfig .EXPOSED_VERSION } " ,
113- " org.jetbrains.exposed:exposed-jdbc:${BuildConfig .EXPOSED_VERSION } " ,
114- " org.jetbrains.exposed:exposed-kotlin-datetime:${BuildConfig .EXPOSED_VERSION } " ,
115- " org.jetbrains.exposed:exposed-json:${BuildConfig .EXPOSED_VERSION } " ,
112+ " org.jetbrains.exposed:exposed-core:${BuildConfig .DEP_EXPOSED_VERSION } " ,
113+ " org.jetbrains.exposed:exposed-jdbc:${BuildConfig .DEP_EXPOSED_VERSION } " ,
114+ " org.jetbrains.exposed:exposed-kotlin-datetime:${BuildConfig .DEP_EXPOSED_VERSION } " ,
115+ " org.jetbrains.exposed:exposed-json:${BuildConfig .DEP_EXPOSED_VERSION } " ,
116116
117117 " com.zaxxer:HikariCP:6.3.0" ,
118118 " org.incendo:cloud-core:2.0.0" ,
@@ -185,7 +185,7 @@ class EsuPluginBukkit(
185185
186186 fun onEnable () {
187187 adventure // Init adventure
188- EsuConfig // Load global config, in case of. MavenResolver should init it tho.
188+ EsuConfig // Load global config
189189 BukkitEsuLocale // Load global locale
190190 StorageManager // Load database
191191 ColorSchemes // Load color schemes
0 commit comments