Searched defs:withOutputDir (Results 1 – 2 of 2) sorted by relevance
56 fun withOutputDir(dir: File) = apply { outputDir = dir } in <lambda>() method
49 fun withOutputDir(value: File): ArtifactBuilder = apply { outputDir = value } in <lambda>() method