Skip to content

Allow including external projects #4185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: api-14
Choose a base branch
from

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