Skip to content

Commit

Permalink
Minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Nov 8, 2022
1 parent 6db1712 commit fd1e4de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ open class ConfigExtension(val project: Project) {

fun String.invoke(options: Definition.() -> Unit) = define(this, options)

fun captured(name: String) = named(name)
fun captured(name: String) = named(name).captured

val captured get() = captured(DEFAULT_NAME)

Expand Down

0 comments on commit fd1e4de

Please sign in to comment.