mcMMO/bukkit
Gabriel Harris-Rouquette 196ace4b81
Split up dependencies for multiple version support.
The "core" module will house the entire abstraction layer of mcMMO, while
the "bukkit" and "sponge" modules will house common code to share between
the various versions being supported for each platform. Specifically,
spigot will be split up based on the listener handlers being registered,
and will be shadow packaged according to their targeted Minecraft version.
Sponge's multi-version dependency will be based on the API version, since
the only constant known between the various API versions is the plugin
annotations and basic listener annotations.

Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
2019-02-07 19:58:53 -08:00
..
1_8_8 Split up dependencies for multiple version support. 2019-02-07 19:58:53 -08:00
1_12 Split up dependencies for multiple version support. 2019-02-07 19:58:53 -08:00
1_13 Split up dependencies for multiple version support. 2019-02-07 19:58:53 -08:00
src Migrate gradle scripts to have multiple modules and source sets. Using Kotlin-DSL for enhanced script debugging. 2019-02-07 16:09:35 -08:00
build.gradle.kts Split up dependencies for multiple version support. 2019-02-07 19:58:53 -08:00