mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2024-11-25 12:05:56 +01:00
Fix oopsie v2
This commit is contained in:
parent
ea011bac66
commit
60d1abcf32
@ -50,7 +50,7 @@ class AxMinionsPlugin : AxPlugin() {
|
||||
|
||||
init {
|
||||
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()
|
||||
val h2 = Library.builder().groupId("com{}h2database").artifactId("h2").version("2.2.220")
|
||||
.relocate("org{}h2", "com{}artillexstudios{}axminions{}libs{}h2").build()
|
||||
|
Loading…
Reference in New Issue
Block a user