mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
build: update gradle to 7.0.2
This commit is contained in:
parent
d7ccf5897f
commit
5ac8ea92b0
2 changed files with 2 additions and 2 deletions
|
|
@ -37,6 +37,6 @@ allprojects {
|
|||
}
|
||||
|
||||
tasks.wrapper {
|
||||
gradleVersion = "6.8.3"
|
||||
gradleVersion = "7.0.2"
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
}
|
||||
|
|
|
|||
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.8.3-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
|
|||
Loading…
Reference in a new issue