gerrit/lib/auto/BUCK
Dave Borowitz 4ae5ed86b5 Update auto-value to 1.3-rc1
We don't need any of the new features, for us this just fixes an
extraneous semicolon in generated code that causes an Eclipse warning.
This library is stable enough that using an RC should be fine.

Change-Id: I6da71c1d32286188e4e92a790cf1dc876c3b4c98
2016-06-13 12:39:39 -04:00

10 lines
226 B
Python

include_defs('//lib/maven.defs')
maven_jar(
name = 'auto-value',
id = 'com.google.auto.value:auto-value:1.3-rc1',
sha1 = 'b764e0fb7e11353fbff493b22fd6e83bf091a179',
license = 'Apache2.0',
visibility = ['PUBLIC'],
)