* move version/group setting to gradle.properties, publish all necessary artifacts
* We dont need the :
---------
Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
* Attempt at fixing published artifact
* wohoo it works
* attempt at excluding bootstrap's shadow jar from publishing
* Update gradle, fix publishing (aka, dont publish shadowed bootstrap build to maven)
* Don't apply shadow plugin for the converter
* why are we publishing the lib as an artifact...?
* make these implementation
* Shade bedrock-pack-schema into pack-schema-api
Java POJO's are now generated from JSON schemas meaning they should always be up-to-date. The legacy converters have been moved into a separate package until they get converted. This new structure and systems/supporting APIs backing it makes the library far more powerful and will allow for much greater potential going forward.