mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-27 05:00:08 +08:00
fb50324767
* Sponge 8 work Remove text adapter Debugging the bugs out * Resolve compiling for latest Sponge * Update for latest SpongeAPI 8 snapshots * Fixed a few issues with Sponge8 WorldEdit. Command completions are still broken. * Resolve completions * Bump to Sponge API 8 release * Remove VALIDATION as a supported SideEffect on Sponge for now. * Append Sponge API version to archive name * Implement regeneration on Sponge; currently hangs due to a Sponge bug. * Fixed typo * Fix commands without permissions and version handling * Make changes from PR comments and re-add bStats Co-authored-by: Madeline Miller <mnmiller1@me.com>
12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
applyLibrariesConfiguration()
|
|
constrainDependenciesToLibsCore()
|
|
|
|
repositories {
|
|
maven {
|
|
name = "Sponge"
|
|
url = uri("https://repo.spongepowered.org/maven")
|
|
}
|
|
}
|
|
dependencies {
|
|
}
|