Skip to content

Gradle task spotlessInternalRegisterDependencies configured eagerly #1341

@3flex

Description

@3flex

When running ./gradlew help --scan the Build Scan reports task spotlessInternalRegisterDependencies is configured. Gradle's task configuration avoidance feature should be used so it's only configured when needed.

Affects spotless on main branch. The problem was introduced by #1039, thanks to get() call here:

this.registerDependenciesTask = findRegisterDepsTask().get();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions