Skip to content

Commit 33c405e

Browse files
Compile with parameter names (#805)
1 parent 2099f77 commit 33c405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ allprojects {
9393
}
9494

9595
compileJava.options*.compilerArgs = [
96-
'-Xlint:all', '-Xlint:-processing'
96+
'-Xlint:all', '-Xlint:-processing', '-parameters'
9797
]
9898

9999
eclipse {

0 commit comments

Comments
 (0)