Skip to content

Commit 333cf01

Browse files
Merge branch '1.0.x' into 1.1.x
2 parents 5a750bb + 7291d81 commit 333cf01

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,13 @@ subprojects {
250250
}
251251
}
252252

253+
tasks.register('downloadDependencies') {
254+
outputs.upToDateWhen { false }
255+
doLast {
256+
project.configurations.findAll { it.canBeResolved }*.files
257+
}
258+
}
259+
253260
if (!['samples', 'benchmarks'].find { project.name.contains(it) }) {
254261
apply plugin: 'com.netflix.nebula.maven-publish'
255262
apply plugin: 'com.netflix.nebula.maven-manifest'

0 commit comments

Comments
 (0)