mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 02:39:34 +02:00
Fix missing @CopyAnnotations by upgrading to AutoValue 1.4-rc2
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=144332981
This commit is contained in:
parent
9f142c6767
commit
0c6cd4d7b7
1 changed files with 3 additions and 4 deletions
|
@ -745,11 +745,10 @@ def com_google_auto_service():
|
|||
def com_google_auto_value():
|
||||
java_import_external(
|
||||
name = "com_google_auto_value",
|
||||
jar_sha256 = "8065c6829cc716279c8b870f44c903b6e01aa5ca3949fc81e858a1ac144e8a6e",
|
||||
jar_sha256 = "ea26f99150825f61752efc8784739cf50dd25d7956774573f8cdc3b948b23086",
|
||||
jar_urls = [
|
||||
"http://domain-registry-maven.storage.googleapis.com/repo1.maven.org/maven2/com/google/auto/value/auto-value/1.3/auto-value-1.3.jar",
|
||||
"http://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.3/auto-value-1.3.jar",
|
||||
"http://maven.ibiblio.org/maven2/com/google/auto/value/auto-value/1.3/auto-value-1.3.jar",
|
||||
"http://domain-registry-maven.storage.googleapis.com/repo1.maven.org/maven2/com/google/auto/value/auto-value/1.4-rc2/auto-value-1.4-rc2.jar",
|
||||
"http://repo1.maven.org/maven2/com/google/auto/value/auto-value/1.4-rc2/auto-value-1.4-rc2.jar",
|
||||
],
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
neverlink = True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue