mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 06:27:49 +01:00
Update to Gradle 7
This commit is contained in:
parent
f3660d88dd
commit
531cd99247
3 changed files with 3 additions and 3 deletions
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Lock Threads
|
name: Lock threads
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Daily
|
# Daily
|
||||||
|
|
|
@ -3,5 +3,5 @@ object BuildPluginsVersion {
|
||||||
const val KOTLIN = "1.4.32"
|
const val KOTLIN = "1.4.32"
|
||||||
const val KOTLINTER = "3.4.0"
|
const val KOTLINTER = "3.4.0"
|
||||||
const val VERSIONS_PLUGIN = "0.38.0"
|
const val VERSIONS_PLUGIN = "0.38.0"
|
||||||
const val ABOUTLIB_PLUGIN = "8.8.4"
|
const val ABOUTLIB_PLUGIN = "8.8.5"
|
||||||
}
|
}
|
||||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Loading…
Reference in a new issue