Skip to content

Default behavior for 'module(id, name)' notation without configuration block #99

@jjohannes

Description

@jjohannes

This notation is not useful right now as the resulting module descriptor is now empty. Since the exportAllPackages and requireAllDefinedDependencies features are now stable, the new default should be:

module("group:artifact", "module.name")

...is the same as:

module("group:artifact", "module.name") {
  exportAllPackages()
  requireAllDefinedDependencies()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions