Skip to content

Commit

Permalink
Merge pull request #195 from ethankhall/master
Browse files Browse the repository at this point in the history
Fixing issue with CI when resolves dependencies
  • Loading branch information
zvezdan authored Mar 8, 2018
2 parents 83046d4 + c5db36e commit 0a74c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subprojects {
group = 'CI'
doLast {
//noinspection GroovyAssignabilityCheck
configurations.each { conf ->
configurations.findAll { it.isCanBeResolved() }.each { conf ->
conf.files
}
}
Expand Down

0 comments on commit 0a74c55

Please sign in to comment.