Fix mojangapi build
This commit is contained in:
parent
45c6df9648
commit
956fcad4ea
|
@ -1,6 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
checkstyle
|
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
@ -17,10 +16,10 @@ dependencies {
|
||||||
implementation(project(":Paper-API"))
|
implementation(project(":Paper-API"))
|
||||||
api("com.mojang:brigadier:1.0.18")
|
api("com.mojang:brigadier:1.0.18")
|
||||||
|
|
||||||
compileOnly("it.unimi.dsi:fastutil")
|
compileOnly("it.unimi.dsi:fastutil:8.2.2")
|
||||||
compileOnly("org.jetbrains:annotations:18.0.0")
|
compileOnly("org.jetbrains:annotations:18.0.0")
|
||||||
|
|
||||||
testImplementation("junit:junit:4.13.1")
|
testImplementation("junit:junit:4.13.1")
|
||||||
testImplementation("org.hamcrest:hamcrest-library:1.3")
|
testImplementation("org.hamcrest:hamcrest-library:1.3")
|
||||||
testImplementation("org.ow2.asm:asm-tree:7.3.1")
|
testImplementation("org.ow2.asm:asm-tree:7.3.1")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue