-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Ignore modules with missing main source set #11374
Conversation
Failed tests are unrelated to my changes, do i see that right? |
There was a problem hiding this 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.
devtools/gradle/src/test/resources/multi-module-project/settings.gradle
Outdated
Show resolved
Hide resolved
Will it make it into 1.7.1? |
There was a problem hiding this 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
Let's wait for the current CI to finish. |
Thanks a lot @antonwiens |
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.