mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
applyLibrariesConfiguration()
|
|
constrainDependenciesToLibsCore()
|
|
|
|
repositories {
|
|
maven {
|
|
name = "Sponge"
|
|
url = uri("https://repo.spongepowered.org/maven")
|
|
}
|
|
}
|
|
dependencies {
|
|
}
|