jlleitschuh
02/13/2017, 3:09 PMval specFileConfig = configurations.create("specFile")
dependencies {
// Get the spec file from the spec project
add(specFileConfig.name, project(path = ":PlexxiSwagger:Spec", configuration = "spec"))
}
configure<CodegenConfigurator> {
inputSpec = specFileConfig.files.single().absolutePath
}