mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
makes checkLibVersions gradle 5 compatible
This commit is contained in:
parent
e809792467
commit
65390ef1d8
1 changed files with 27 additions and 25 deletions
|
@ -47,7 +47,8 @@ run {
|
||||||
// Find any 3rd party libraries which have released new versions
|
// Find any 3rd party libraries which have released new versions
|
||||||
// to the central Maven repo since we last upgraded.
|
// to the central Maven repo since we last upgraded.
|
||||||
// http://daniel.gredler.net/2011/08/08/gradle-keeping-libraries-up-to-date/
|
// http://daniel.gredler.net/2011/08/08/gradle-keeping-libraries-up-to-date/
|
||||||
task checkLibVersions << {
|
task checkLibVersions {
|
||||||
|
doLast {
|
||||||
def checked = [:]
|
def checked = [:]
|
||||||
allprojects {
|
allprojects {
|
||||||
configurations.each { configuration ->
|
configurations.each { configuration ->
|
||||||
|
@ -78,4 +79,5 @@ task checkLibVersions << {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue