Explicitly disable javac -parameters metadata for Java 7 compilations

PiperOrigin-RevId: 314185291
Change-Id: I8688c8dfd65680bfeffd5832d3826f013af96d9d
This commit is contained in:
Liam Miller-Cushon 2020-06-01 12:53:34 -07:00 committed by TensorFlower Gardener
parent 21896de7bc
commit 2e02ff669a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
JAVA_VERSION_OPTS = [ JAVA_VERSION_OPTS = [
"-source 7 -target 7", "-source 7 -target 7",
"-XDnoparameters",
] ]
# A more robust set of lint and errorprone checks when building # A more robust set of lint and errorprone checks when building