Compare commits

...

2 Commits

Author SHA1 Message Date
7ba8be81a6 Update dependency gradle to v6.9.3
Some checks reported errors
valuya/embedded-webview/pipeline/pr-master Something is wrong with the build of this commit
2022-10-21 20:08:51 +00:00
e5a92c97e1 Update 'renovate.json'
Some checks failed
valuya/embedded-webview/pipeline/head There was a failure building this commit
2022-04-23 11:52:43 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.3-all.zip

View File

@ -1,6 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>valuya.com-infra/renovate-config" "local>cluster/renovate"
] ]
} }