Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

1.0.0-rc-3: Missing NamedDomainObjectContainer.registering(action) overload #1042

Closed
mkobit opened this issue Aug 14, 2018 · 1 comment
Closed

Comments

@mkobit
Copy link
Contributor

mkobit commented Aug 14, 2018

val a by configurations.registering

works but

val a by configurations.registering {
}

does not.

Current Behavior

Have to declare, then configure:

val a by configurations.registering
a.configure {
}

Context

Migrating plugin to lazy configuration APIs

Your Environment

Gradle 4.10-rc-2

@eskatos eskatos modified the milestones: 1.0-RC4, 1.0-RC5 Sep 7, 2018
@eskatos eskatos self-assigned this Sep 14, 2018
eskatos added a commit that referenced this issue Sep 17, 2018
#1042

Signed-off-by: Paul Merlin <paul@gradle.com>
@eskatos
Copy link
Member

eskatos commented Sep 18, 2018

Closing as fixed in #1116

@eskatos eskatos closed this as completed Sep 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants