mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-30 12:19:16 +00:00
Update MockBukkit & Junit
This commit is contained in:
@@ -3,8 +3,8 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation("junit:junit:4.5")
|
||||
testImplementation("com.github.seeseemelk:MockBukkit-v1.17:1.12.0")
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
testImplementation("com.github.seeseemelk:MockBukkit-v1.17:1.13.0")
|
||||
testImplementation("org.reflections:reflections:0.10.2")
|
||||
|
||||
implementation("net.islandearth:languagy:2.0.4-SNAPSHOT") // languagy
|
||||
@@ -28,4 +28,7 @@ dependencies {
|
||||
compileOnly("io.lumine.xikage:MythicMobs:4.9.1") {
|
||||
exclude("org.apache.commons")
|
||||
}
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user