mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
This is an 'easy' upgrade that requires a minor change in common/build.gradle and the removal of an unnecessary import in buildSrc. Gradle 7.4 and above has breaking changes that break the latest nebula lint plugin. We may have to wait a while.
5 lines
202 B
INI
5 lines
202 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|