bamboo
08/15/2017, 8:47 PMmaven { url = uri("https://...") }
orangy
maven("https://…")
gildor
08/16/2017, 2:09 AMsdeleuze
08/16/2017, 12:17 PMmaven("https://…")
shortcut, and I don't think adding implicit conversion to Kotlin is a good idea, it is fine for Groovy but not from Kotlin IMO, too dynamic, too magic. While I agree that libraries and framework should not abuse of shortcuts, in that case I think it is relevant, this is used so many times, people will be confused by uri
versus url
, etc.gildor
08/16/2017, 12:25 PMbamboo
08/16/2017, 1:20 PMorangy
mavenLocal
to maven(local)
and maven(central)
, etcbamboo
08/16/2017, 2:12 PMlocal
and central
would be in that scenario?orangy
bamboo
08/16/2017, 2:13 PMbamboo
08/16/2017, 2:13 PMorangy
jlleitschuh
08/16/2017, 2:32 PMmaven(google)
to match the current defaults already supported by gradle.gildor
08/16/2017, 11:26 PMgoogle()
and jcenter()
more abstract, because hide repository type from client.bamboo
08/17/2017, 1:05 PMjlleitschuh
08/17/2017, 1:50 PMbamboo
08/17/2017, 1:51 PM