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

Ignore modules with missing main source set #11374

Merged
merged 1 commit into from
Aug 17, 2020
Merged

Ignore modules with missing main source set #11374

merged 1 commit into from
Aug 17, 2020

Conversation

antonwiens
Copy link

Fixes #11370

i added a module to the multi-module test gradle project where the main source set gets deleted.

The test "shouldLoadMultiModuleModel" verifies that the module does not get added to the workspace

I also verified the build is working with my own project where it did previously not.

@boring-cyborg boring-cyborg bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle labels Aug 13, 2020
@antonwiens
Copy link
Author

Failed tests are unrelated to my changes, do i see that right?

Copy link
Member

@glefloch glefloch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a little syntax comment.

@antonwiens
Copy link
Author

Will it make it into 1.7.1?

@antonwiens antonwiens requested a review from glefloch August 17, 2020 14:08
Copy link
Member

@glefloch glefloch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, can you squash your commits? @aloubyansky WDYT? CI failures don't seem to be related.

ignore modules with javaConvention but no "main" sourceSets
@aloubyansky
Copy link
Member

Let's wait for the current CI to finish.

@aloubyansky
Copy link
Member

Thanks a lot @antonwiens

@aloubyansky aloubyansky merged commit f24f506 into quarkusio:master Aug 17, 2020
@antonwiens antonwiens deleted the feature/missing-main-sourceSet branch August 18, 2020 07:54
@gsmet gsmet added this to the 1.7.1.Final milestone Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gradle Plugin not working if module does not have main sourceSet
4 participants