Sponge icon indicating copy to clipboard operation
Sponge copied to clipboard

Allow including external projects

Open Faithcaio opened this issue 9 months ago • 1 comments

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 Plugins added this way are automatically loaded and can be hot-swapped.

Faithcaio avatar Mar 09 '25 19:03 Faithcaio

Personally I would rather not alter the build scripts just for this and avoid the extra LOC. I don't think this even saves a lot compared to doing it the traditional way of appending the classpath in the IDE itself.

aromaa avatar Mar 29 '25 12:03 aromaa