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

Fixes Idea modules issue while importing the project. #5851

Merged
merged 1 commit into from
Nov 29, 2019
Merged

Fixes Idea modules issue while importing the project. #5851

merged 1 commit into from
Nov 29, 2019

Conversation

gastaldi
Copy link
Contributor

@gastaldi gastaldi commented Nov 28, 2019

In IDEA, when importing devtools/gradle as a Gradle project, in Project Structure, if you click to remove the quarkus-gradle-plugin project, and apply, the following message is displayed:

Content root "<WORKSPACE>/quarkus/bom/runtime" is defined for modules "quarkus-bom" and "quarkus-platform-descriptor-json".
Two modules in a project cannot share the same content root

This is because the <resource> entries in platform-descriptor-json are set to other projects, which may produce unpredictable results in IDEs.

@gastaldi gastaldi requested a review from aloubyansky November 28, 2019 21:02
@aloubyansky aloubyansky added this to the 1.1.0 milestone Nov 28, 2019
In IDEA, when importing `devtools/gradle` as a Gradle project, in Project Structure, if you click to remove the `quarkus-gradle-plugin` project, and apply, the following message is displayed:

```
Content root "<WORKSPACE>/quarkus/bom/runtime" is defined for modules "quarkus-bom" and "quarkus-platform-descriptor-json".
Two modules in a project cannot share the same content root
```

This is because the `<resource>` entries in `platform-descriptor-json` are set to other projects, which may produce unpredictable results in IDEs.
@gastaldi gastaldi added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Nov 29, 2019
@gastaldi gastaldi merged commit ff9fc7e into quarkusio:master Nov 29, 2019
@gastaldi gastaldi deleted the idea branch November 29, 2019 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants