Lines Matching +full:cache +full:- +full:dependency +full:- +full:path
38 ideaProject.ipr.withXml { provider ->
43 configAnnotationProcessing.each { Project subProject ->
51 configAnnotationProcessing.each { Project subProject ->
60 processorRuntimeCfg.allArtifacts.each { artifact ->
63 processorRuntimeCfg.files.each { file ->
74 apply plugin: 'nebula-aggregate-javadocs'
81 …def headerHtml = "<ul class=\"navList\" style=\"font-size: 1.5em;\"><li>Robolectric $thisVersion |…
83 "<img src=\"http://robolectric.org/images/logo-with-bubbles-down.png\"" +
84 " style=\"max-height: 18pt; vertical-align: sub;\"/></a></li></ul>"
85 project.allprojects { p ->
107 project.subprojects.findAll { it.plugins.hasPlugin(ShadowsPlugin) }.each { subproject ->
121 AndroidSdk.ALL_SDKS.each { androidSdk ->
125 def mvnCommand = "mvn -q dependency:get -DrepoUrl=http://maven.google.com \
126 -DgroupId=${androidSdk.groupId} -DartifactId=${androidSdk.artifactId} \
127 -Dversion=${androidSdk.version}"
130 // prefetch into gradle local cache...
140 AndroidSdk.ALL_SDKS.each { androidSdk ->
144 def mvnCommand = "mvn -q dependency:get -DrepoUrl=http://maven.google.com \
145 … -DgroupId=${androidSdk.groupId} -DartifactId=${androidSdk.preinstrumentedArtifactId} \
146 -Dversion=${androidSdk.preinstrumentedVersion}"
149 // prefetch into gradle local cache...
171 allprojects.each { p ->
172 p.configurations.each { config ->
179 if (!p.path.startsWith(":integration_tests:")
180 && !p.path.startsWith(":testapp")) {