Plex-FAWE/worldedit-libs/bukkit/build.gradle.kts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
273 B
Plaintext
Raw Normal View History

2019-08-26 04:45:03 +00:00
applyLibrariesConfiguration()
2020-08-14 19:29:15 +00:00
constrainDependenciesToLibsCore()
2019-08-26 04:45:03 +00:00
repositories {
maven {
name = "SpigotMC"
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
}
}
2020-08-14 19:29:15 +00:00
2019-08-26 04:45:03 +00:00
dependencies {
"shade"(libs.adventureTextAdapterBukkit)
2019-08-26 04:45:03 +00:00
}