barteks2x
05/29/2017, 3:37 PMval ext = (this as HasConvention).convention.extraProperties
suresh
05/29/2017, 10:49 PMvar wrapperVersion: String by extra
wrapperVersion = "4.0-20170523130707+0000"
suresh
05/29/2017, 10:50 PMextra
property directly and set the value like extra["prop1"] = "value"
pawel.barszcz
05/30/2017, 6:38 AMextra["prop1"] as String
, so for uch reason I use own custom externsion function extra.string("props1")