Hey Lóránt, this is the gradle dev list. It's purpose is to discuss gradle development, but not gradle usage. would you mind raising this issue at forums.gradle.org
cheers, René > Lóránt Pintér <mailto:lorant.pin...@prezi.com> > 29 Aug 2014 20:47 > Hi, > > I have an extension that has a boolean parameter, something like this: > > myExtension { > myTaskEnabled false > } > > My plugin creates a “myTask” which should be enabled/disabled based on > “myTaskEnabled” in the extension. Is it okay to use convention mapping > to map task.enabled to this value, or should I do this differently? > > Thanks > — > Lóránt