mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
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:
parent
ee5f4b9b42
commit
b43790e9d2
@ -68,6 +68,11 @@ subprojects {
|
||||
includeGroup "org.bstats"
|
||||
}
|
||||
}
|
||||
mavenCentral() {
|
||||
content {
|
||||
includeGroup "net.kyori"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user