mirror of
https://github.com/google/nomulus.git
synced 2025-06-04 03:27:27 +02:00
Fix dependency-locking config (#276)
* Fix dependency-locking config Reenable dependency locking after a bug errorneouly turned it off. Removed the guava-related workaround that forcefully resolve to the -jre distribution. Enabled locking for buildSrc by updating its property file. Updated all lock files.
This commit is contained in:
parent
baf0f616c5
commit
89404dc43d
166 changed files with 11731 additions and 202 deletions
3
third_party/gradle/dependency-locks/apt.lockfile
vendored
Normal file
3
third_party/gradle/dependency-locks/apt.lockfile
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 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.
|
3
third_party/gradle/dependency-locks/archives.lockfile
vendored
Normal file
3
third_party/gradle/dependency-locks/archives.lockfile
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 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.
|
3
third_party/gradle/dependency-locks/compileOnly.lockfile
vendored
Normal file
3
third_party/gradle/dependency-locks/compileOnly.lockfile
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 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.
|
3
third_party/gradle/dependency-locks/default.lockfile
vendored
Normal file
3
third_party/gradle/dependency-locks/default.lockfile
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 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.
|
24
third_party/gradle/dependency-locks/errorprone.lockfile
vendored
Normal file
24
third_party/gradle/dependency-locks/errorprone.lockfile
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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.
|
||||
com.github.kevinstern:software-and-algorithms:1.0
|
||||
com.github.stephenc.jcip:jcip-annotations:1.0-1
|
||||
com.google.auto:auto-common:0.10
|
||||
com.google.code.findbugs:jFormatString:3.0.0
|
||||
com.google.code.findbugs:jsr305:3.0.2
|
||||
com.google.errorprone:error_prone_annotation:2.3.3
|
||||
com.google.errorprone:error_prone_annotations:2.3.3
|
||||
com.google.errorprone:error_prone_check_api:2.3.3
|
||||
com.google.errorprone:error_prone_core:2.3.3
|
||||
com.google.errorprone:error_prone_type_annotations:2.3.3
|
||||
com.google.guava:failureaccess:1.0.1
|
||||
com.google.guava:guava:27.0.1-jre
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||
com.google.j2objc:j2objc-annotations:1.1
|
||||
com.google.protobuf:protobuf-java:3.4.0
|
||||
com.googlecode.java-diff-utils:diffutils:1.3.0
|
||||
org.checkerframework:checker-qual:2.5.3
|
||||
org.checkerframework:dataflow:2.5.3
|
||||
org.checkerframework:javacutil:2.5.3
|
||||
org.codehaus.mojo:animal-sniffer-annotations:1.17
|
||||
org.pcollections:pcollections:2.1.2
|
4
third_party/gradle/dependency-locks/jacocoAgent.lockfile
vendored
Normal file
4
third_party/gradle/dependency-locks/jacocoAgent.lockfile
vendored
Normal file
|
@ -0,0 +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.
|
||||
org.jacoco:org.jacoco.agent:0.8.4
|
11
third_party/gradle/dependency-locks/jacocoAnt.lockfile
vendored
Normal file
11
third_party/gradle/dependency-locks/jacocoAnt.lockfile
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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.
|
||||
org.jacoco:org.jacoco.agent:0.8.4
|
||||
org.jacoco:org.jacoco.ant:0.8.4
|
||||
org.jacoco:org.jacoco.core:0.8.4
|
||||
org.jacoco:org.jacoco.report:0.8.4
|
||||
org.ow2.asm:asm-analysis:7.1
|
||||
org.ow2.asm:asm-commons:7.1
|
||||
org.ow2.asm:asm-tree:7.1
|
||||
org.ow2.asm:asm:7.1
|
3
third_party/gradle/dependency-locks/runtime.lockfile
vendored
Normal file
3
third_party/gradle/dependency-locks/runtime.lockfile
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 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.
|
24
third_party/gradle/dependency-locks/testAnnotationProcessor.lockfile
vendored
Normal file
24
third_party/gradle/dependency-locks/testAnnotationProcessor.lockfile
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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.
|
||||
com.github.kevinstern:software-and-algorithms:1.0
|
||||
com.github.stephenc.jcip:jcip-annotations:1.0-1
|
||||
com.google.auto:auto-common:0.10
|
||||
com.google.code.findbugs:jFormatString:3.0.0
|
||||
com.google.code.findbugs:jsr305:3.0.2
|
||||
com.google.errorprone:error_prone_annotation:2.3.3
|
||||
com.google.errorprone:error_prone_annotations:2.3.3
|
||||
com.google.errorprone:error_prone_check_api:2.3.3
|
||||
com.google.errorprone:error_prone_core:2.3.3
|
||||
com.google.errorprone:error_prone_type_annotations:2.3.3
|
||||
com.google.guava:failureaccess:1.0.1
|
||||
com.google.guava:guava:27.0.1-jre
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||
com.google.j2objc:j2objc-annotations:1.1
|
||||
com.google.protobuf:protobuf-java:3.4.0
|
||||
com.googlecode.java-diff-utils:diffutils:1.3.0
|
||||
org.checkerframework:checker-qual:2.5.3
|
||||
org.checkerframework:dataflow:2.5.3
|
||||
org.checkerframework:javacutil:2.5.3
|
||||
org.codehaus.mojo:animal-sniffer-annotations:1.17
|
||||
org.pcollections:pcollections:2.1.2
|
3
third_party/gradle/dependency-locks/testApt.lockfile
vendored
Normal file
3
third_party/gradle/dependency-locks/testApt.lockfile
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 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.
|
3
third_party/gradle/dependency-locks/testCompileClasspath.lockfile
vendored
Normal file
3
third_party/gradle/dependency-locks/testCompileClasspath.lockfile
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 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.
|
3
third_party/gradle/dependency-locks/testCompileOnly.lockfile
vendored
Normal file
3
third_party/gradle/dependency-locks/testCompileOnly.lockfile
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 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.
|
3
third_party/gradle/dependency-locks/testRuntime.lockfile
vendored
Normal file
3
third_party/gradle/dependency-locks/testRuntime.lockfile
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue