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

How to set unmanaged-jars to Provided or Runtime scope #74

Open
rikvdkleij opened this issue Aug 8, 2020 · 2 comments
Open

How to set unmanaged-jars to Provided or Runtime scope #74

rikvdkleij opened this issue Aug 8, 2020 · 2 comments

Comments

@rikvdkleij
Copy link

Every time after refreshing my plugin project, I have to remember to set the scope of the unmanaged jars to Provided. Otherwise I can't start an IntelliJ instance from within IntelliJ (because all intellij classes are twice on the classpath).

I tried to figure out how to change my build.sbt to solve this but I can't find a solution.

Many thanks in advance!

@mutcianm
Copy link
Collaborator

Are you starting IntelliJ via an sbt task or a generated run configuration?

@rikvdkleij
Copy link
Author

The IntelliJ instance which is started from within IntelliJ is started by a plugin (run) configuration.

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