diff options
author | Jason Penilla <[email protected]> | 2021-06-13 23:56:15 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2021-06-13 23:56:15 -0700 |
commit | 956fcad4eae4634de1177624743e758429be389e (patch) | |
tree | dd26ee8d22b4b27defa0e8cb08ab9d7f6e033fe9 /Paper-MojangAPI | |
parent | 45c6df964850569f44fa22f16f29a5f0d86d9f42 (diff) | |
download | Paper-956fcad4eae4634de1177624743e758429be389e.tar.gz Paper-956fcad4eae4634de1177624743e758429be389e.zip |
Fix mojangapi build
Diffstat (limited to 'Paper-MojangAPI')
-rw-r--r-- | Paper-MojangAPI/build.gradle.kts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Paper-MojangAPI/build.gradle.kts b/Paper-MojangAPI/build.gradle.kts index e0ef6532b9..536b4577cf 100644 --- a/Paper-MojangAPI/build.gradle.kts +++ b/Paper-MojangAPI/build.gradle.kts @@ -1,6 +1,5 @@ plugins { `java-library` - checkstyle } java { @@ -17,10 +16,10 @@ dependencies { implementation(project(":Paper-API")) 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") testImplementation("junit:junit:4.13.1") testImplementation("org.hamcrest:hamcrest-library:1.3") testImplementation("org.ow2.asm:asm-tree:7.3.1") -}
\ No newline at end of file +} |