Open
Description
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:
- Add
modulesExcluded
to plugin configuration - Run task
- 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")