Updated to Gradle 6.8
This commit is contained in:
@@ -413,10 +413,9 @@ task deployAll{
|
||||
|
||||
task resolveDependencies{
|
||||
doLast{
|
||||
rootProject.allprojects{project ->
|
||||
rootProject.allprojects{ project ->
|
||||
Set<Configuration> configurations = project.buildscript.configurations + project.configurations
|
||||
configurations.findAll{c -> c.canBeResolved}
|
||||
.forEach{c -> c.resolve()}
|
||||
configurations.findAll{c -> c.canBeResolved}.forEach{c -> c.resolve()}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user