Fix failing gradle build (#4025)

Paper has recently added adventure as a first part library, and thus has shaded it in. Adventure is on maven central, so we must add it in order for Essentials to build.
This commit is contained in:
Josh Roy 2021-03-01 23:52:05 -05:00 committed by GitHub
parent ee5f4b9b42
commit b43790e9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ subprojects {
includeGroup "org.bstats"
}
}
mavenCentral() {
content {
includeGroup "net.kyori"
}
}
}
dependencies {