File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ subprojects {
14
14
15
15
compileJava {
16
16
options. encoding = ' UTF-8'
17
- options. compilerArgs << ' -Xlint:none' << ' -Xlint:deprecation' << ' -Werror'
17
+ options. compilerArgs << ' -Xlint:none' << ' -Xlint:deprecation' << ' -Werror' << ' -parameters '
18
18
if (JavaVersion . current(). isJava9Compatible() && ! project. hasProperty(" edgeDepsTest" )) {
19
19
// https://stackoverflow.com/a/43103115/525203
20
20
options. compilerArgs. addAll([' --release' , ' 8' ])
@@ -23,7 +23,7 @@ subprojects {
23
23
24
24
compileTestJava {
25
25
options. encoding = ' UTF-8'
26
- options. compilerArgs << ' -Xlint:none' << ' -Xlint:deprecation' << ' -Werror'
26
+ options. compilerArgs << ' -Xlint:none' << ' -Xlint:deprecation' << ' -Werror' << ' -parameters '
27
27
if (JavaVersion . current(). isJava9Compatible() && ! project. hasProperty(" edgeDepsTest" )) {
28
28
// https://stackoverflow.com/a/43103115/525203
29
29
options. compilerArgs. addAll([' --release' , ' 8' ])
You can’t perform that action at this time.
0 commit comments