Lines Matching refs:it
26 …adtPlugins = new File(projectDir, 'plugins').listFiles().findAll { it.name.startsWith("com.android…
112 def artifactName = artifacts.find{ it.value == dependencyId}?.key
129 if (!artifactMap.containsKey(it)) {
130 throw new RuntimeException("No resolved artifact for: " + it + ", required for: "
134 String destName = artifactMap.get(it)
136 ant.copy(file: destName, tofile: new File(dest, it))
166 dependency.moduleArtifacts.collect { it.file })
191 if (!it.equals(".")) {
192 if (!it.startsWith("libs/") || !it.endsWith(".jar")) {
194 "Unexpected classpath entry: " + it + " in file: " + manifest)
197 entries.add(it.substring("libs/".length()))