WorldEdit/worldedit-libs
Ossi Erkkilä ad0362367a
Bring back the Sponge module, updated for 1.20.6 (#2538)
* Bring back the Sponge module

* Fixes

* Specify the SNAPSHOT build of SpongeAPI to use
2024-06-01 15:30:00 +10:00
..
bukkit Clean up Gradle configuration 2024-04-30 22:33:39 -07:00
cli Clean up Gradle configuration 2024-04-30 22:33:39 -07:00
core Clean up Gradle configuration 2024-04-30 22:33:39 -07:00
fabric Clean up Gradle configuration 2024-04-30 22:33:39 -07:00
neoforge Clean up Gradle configuration 2024-04-30 22:33:39 -07:00
sponge Bring back the Sponge module, updated for 1.20.6 (#2538) 2024-06-01 15:30:00 +10:00
build.gradle.kts CRLF -> LF 2020-07-07 20:38:57 -07:00
README.md Re-write root and libs to Kotlin DSL 2019-07-12 13:49:45 -07:00

This project shades API libraries, i.e. those libraries whose classes are publicly referenced from -core classes.

This project does not shade implementation libraries, i.e. those libraries whose classes are internally depended on.

This is because the main reason for shading those libraries is for their internal usage in each platform, not because we need them available to dependents of -core to compile and work with WorldEdit's API.