jlleitschuh
03/21/2017, 4:26 PMgskGenerateAccessors
to figure out what code you need for that plugin.Chris Miller
03/21/2017, 4:44 PMfun Project.`wsdl2javaExt`(configure: no.nils.wsdl2java.Wsdl2JavaPluginExtension.() -> Unit = {}) =
extensions.getByName<no.nils.wsdl2java.Wsdl2JavaPluginExtension>("wsdl2javaExt").apply { configure() }
"wsdl2java" is a task so I (presumably) need to call it differently than I am (I'm new to GSK, Gradle and Kotlin so have a bit to learn)