Home | History | Annotate | Download | only in build

Lines Matching refs:outputPath

103     def outputPath = outPath("ant");
105 mkdir outputPath
106 into outputPath
122 def outputPath = outPath("gradle")
126 mkdir outputPath
127 into outputPath
182 def outputPath =outPath("browseable");
184 mkdir outputPath
185 into outputPath
221 def outputPath = "${samplegen.pathToBuild}/out/browseable"
228 def outDir = project.file(outputPath)