mirror of
https://github.com/google/nomulus.git
synced 2025-05-17 17:59:41 +02: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:
parent
68f975451e
commit
06ca9266b4
349 changed files with 3999 additions and 26646 deletions
|
@ -19,12 +19,12 @@ configurations {
|
|||
dependencies {
|
||||
def deps = rootProject.dependencyMap
|
||||
|
||||
testCompile deps['com.google.guava:guava']
|
||||
testCompile deps['com.google.truth:truth']
|
||||
testCompile deps['org.junit.jupiter:junit-jupiter-api']
|
||||
testCompile deps['org.junit.jupiter:junit-jupiter-engine']
|
||||
testCompile deps['org.junit.jupiter:junit-jupiter-params']
|
||||
testRuntime project(path: ':core', configuration: 'deploy_jar')
|
||||
testImplementation deps['com.google.guava:guava']
|
||||
testImplementation deps['com.google.truth:truth']
|
||||
testImplementation deps['org.junit.jupiter:junit-jupiter-api']
|
||||
testImplementation deps['org.junit.jupiter:junit-jupiter-engine']
|
||||
testImplementation deps['org.junit.jupiter:junit-jupiter-params']
|
||||
testRuntimeOnly project(path: ':core', configuration: 'deploy_jar')
|
||||
|
||||
// Collection of jars that get deployed to Appengine. Please refer to
|
||||
// ../appengine_war.gradle for more information.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
empty=classpath
|
Loading…
Add table
Add a link
Reference in a new issue