mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 06:36:45 +01:00
a2c88d657c
running is a different matter, however...
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
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)
|
|
} |