Skip to content

Conversation

Faithcaio
Copy link
Contributor

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 Faithcaio force-pushed the local-plugin-development branch from b5b9098 to dd090b7 Compare March 29, 2025 08:41
@Faithcaio Faithcaio force-pushed the local-plugin-development branch from dd090b7 to cdc62b4 Compare March 29, 2025 09:10
@aromaa
Copy link
Member

aromaa commented Mar 29, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants