Skip to content

Commit ebde2bd

Browse files
committed
Treat deprecations as errors again
1 parent a3acf6b commit ebde2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_common/common.hocon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ common : ${java8Downloads} ${packagesLinux} {
8787
# the "mx" tool. This defines a common prefix for all gate commands. The "-t"
8888
# arg indicates the exact set of gate "tasks" that will be run.
8989

90-
gateCmd : ["mx", "-v", "--strict-compliance", "rgate", "-B=--force-deprecation-as-warning", "--strict-mode", "-t"]
90+
gateCmd : ["mx", "-v", "--strict-compliance", "rgate", "--strict-mode", "-t"]
9191

9292
# currently disabled gate commands: FindBugs,Checkheaders,Distribution Overlap Check
9393

0 commit comments

Comments
 (0)