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

[BUG] modulesExluded not working #191

Open
emartynov opened this issue Jan 23, 2025 · 0 comments
Open

[BUG] modulesExluded not working #191

emartynov opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@emartynov
Copy link

Describe the bug
I'm trying to exclude a module from our multimode project but I still see configuration from it is checked

To Reproduce
Steps to reproduce the behavior:

  1. Add modulesExcluded to plugin configuration
  2. Run task
  3. See that configuration from module still in the log

Expected behavior
Configuration in module is ignored.

Desktop (please complete the following information):

  • Gradle Version: 8.12
  • JVM Version and Flavor [Open JDK]
  • Version 3.0.0

Additional context
Documentation of the plugin says list type but it is actually set type:

    modulesExcluded = setOf(":lib:mymodule")
@emartynov emartynov added the bug Something isn't working label Jan 23, 2025
@emartynov emartynov changed the title [BUG] moduleExludes not working [BUG] modulesExluded not working Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant