Fix oopsie v2

This commit is contained in:
TomTom 2024-01-29 20:18:46 +01:00
parent ea011bac66
commit 60d1abcf32

View File

@ -50,7 +50,7 @@ class AxMinionsPlugin : AxPlugin() {
init { init {
val manager = BukkitLibraryManager(this) val manager = BukkitLibraryManager(this)
val stdLib = Library.builder().groupId("org{}jetbrains{}kotlin").artifactId("kotlin-stdlib").version("1.9.0") val stdLib = Library.builder().groupId("org{}jetbrains{}kotlin").artifactId("kotlin-stdlib").version("1.9.22")
.relocate("org{}jetbrains{}kotlin", "com{}artillexstudios{}axminions{}libs{}kotlin").build() .relocate("org{}jetbrains{}kotlin", "com{}artillexstudios{}axminions{}libs{}kotlin").build()
val h2 = Library.builder().groupId("com{}h2database").artifactId("h2").version("2.2.220") val h2 = Library.builder().groupId("com{}h2database").artifactId("h2").version("2.2.220")
.relocate("org{}h2", "com{}artillexstudios{}axminions{}libs{}h2").build() .relocate("org{}h2", "com{}artillexstudios{}axminions{}libs{}h2").build()