1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Upgrade to Gradle 7.0 (#1712)

* Convert to gradle 7.

* More fixes, regenerated lockfiles.

* Update lockfiles for dependency update.

* Fix show_upgrade_diff for new lockfile format

* Add property for allowInsecureProtocol

Allow us to override the restriction against use of plain HTTP for
communication to dependency repositories.  We need this to be able to use a
local proxy for dependency gathering.

* Checking in missing gradle.lockfile
This commit is contained in:
Michael Muller
2022-07-26 11:41:27 -04:00
committed by GitHub
parent 40c58bb6f3
commit 8007a75c32
349 changed files with 3999 additions and 26646 deletions

View File

@@ -11,6 +11,7 @@ org.gradle.jvmargs=-Xmx1024m
org.gradle.caching=true
mavenUrl=
pluginsUrl=
allowInsecureProtocol=
uploaderDestination=
uploaderCredentialsFile=
uploaderMultithreadedUpload=