Explicitly disable javac -parameters metadata for Java 7 compilations
PiperOrigin-RevId: 314185291 Change-Id: I8688c8dfd65680bfeffd5832d3826f013af96d9d
This commit is contained in:
parent
21896de7bc
commit
2e02ff669a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue