mirror of
https://github.com/accelforce/Yuito
synced 2024-12-21 12:34:51 +01:00
upgrade gradle to 7.0.2 (#2161)
This commit is contained in:
parent
3af8874b87
commit
9c9f8ebf2c
@ -14,8 +14,6 @@ org.gradle.jvmargs=-Xmx4096m
|
||||
|
||||
# use parallel execution
|
||||
org.gradle.parallel=true
|
||||
# enable file system watching
|
||||
org.gradle.vfs.watch=true
|
||||
|
||||
android.enableR8.fullMode=true
|
||||
android.useAndroidX=true
|
||||
|
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.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user