Skip to content

[BUG] modulesExluded not working #191

Open
@emartynov

Description

@emartynov

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions