Faithcaio
Faithcaio
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/4125) A lot doesn't compile with some registries having changed. Some kinds have migrated to records, moving away from enums. This poses some slight problem with representing the...
Adding `userplugins=true` to `project.properties` enables `testplugins/userPluginBuilds` file to add paths to additional gradle projects ``` /path/to/my/plugin/project ``` `testplugins/userPlugins` file to add plugins as gradle dependencies ``` com.example.plugin:plugin1 com.example.plugin:plugin2 ``` Sponge...