1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 10:22:58 +01:00
Files
mcMMO/mcmmo-api/build.gradle.kts
Shane Freeder a2c88d657c It compiles
running is a different matter, however...
2020-02-29 05:05:49 +00:00

9 lines
229 B
Kotlin

plugins {
`java-library`
}
dependencies {
api("org.jetbrains:annotations:17.0.0")
api("co.aikar:acf-core:0.5.0-SNAPSHOT") //Don't change without updating the artifacts for its dependencies (see the other comments)
}