mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 15:08:18 +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"
|
includeGroup "org.bstats"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
mavenCentral() {
|
||||||
|
content {
|
||||||
|
includeGroup "net.kyori"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user