mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 21:44:09 +07:00
Updated to Gradle 6.8
This commit is contained in:
parent
96c8e0f415
commit
c0e955dc1f
@ -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()}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user