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