1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-01-13 11:04:00 +00:00

13 lines
253 B
Plaintext
Raw Normal View History

2019-07-10 16:33:21 -07:00
applyLibrariesConfiguration()
2020-08-14 15:29:15 -04:00
constrainDependenciesToLibsCore()
2019-07-10 16:33:21 -07:00
repositories {
maven {
name = "Sponge"
url = uri("https://repo.spongepowered.org/maven")
}
}
dependencies {
2021-01-21 13:07:17 +01:00
"shade"("net.kyori:text-adapter-spongeapi:3.0.6")
2020-08-14 15:29:15 -04:00
}