Skip to content
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

Order of classpath loading in plugins #368

Closed
moley opened this issue Feb 27, 2020 · 2 comments
Closed

Order of classpath loading in plugins #368

moley opened this issue Feb 27, 2020 · 2 comments

Comments

@moley
Copy link

moley commented Feb 27, 2020

Hi,

The DevelopmentPluginLoader makes development very easy, but one thing I think can be improved. Currently the maven/gradle/kotlin classpaths comes BEFORE the idea classpath. Therefore you always have to call the build on console before you can start your application. In my opinion it would be better to have the IDE's classpath first to be able to restart even with idea's included build.
What do you think?

@decebals
Copy link
Member

decebals commented Feb 27, 2020

@moley
Please read #323. Short story is that I don't use IDE's classpath (I use IntelliJ but my projects are Maven and they use the Maven convention for output files). Maybe @hank-cp can help. In the end, if you consider that it's an issue, please create a PR.

@moley
Copy link
Author

moley commented Feb 27, 2020

@decebals
OK, thank you for your answer. I have solved it by building my projects in IDEA with gradle before launching. So for me it's totally OK. If you want you can close this suggestion

@moley moley closed this as completed Feb 27, 2020
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

No branches or pull requests

2 participants