xenoterracide
12/27/2018, 6:20 PMrepositories = modules.map { it to "<mailto:git@bitbucket.org|git@bitbucket.org>:my/${it}.git" } .toMap()
mkobit
12/27/2018, 6:26 PMtodd.ginsberg
12/27/2018, 6:36 PMassociateWith
that makes this nicer...
repositories = modules.associateWith { "<mailto:git@bitbucket.org|git@bitbucket.org>:/my$it.git"}
Steven McLaughlin
12/27/2018, 6:36 PMit
with whatever is in that lambda?todd.ginsberg
12/27/2018, 6:45 PM