From 6e185512901f4c69a041b5c35ac2bffaa0d572bb Mon Sep 17 00:00:00 2001
From: Tomas Stupka <tomas.stupka@oracle.com>
Date: Fri, 6 Apr 2018 10:21:47 +0200
Subject: [PATCH] temporarily set force-deprecation-as-warning on fastr gates

---
 ci.hocon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci.hocon b/ci.hocon
index 780cb5503c..05958d74c4 100644
--- a/ci.hocon
+++ b/ci.hocon
@@ -88,7 +88,7 @@ common : ${java8Downloads} ${packagesLinux}  {
 # the "mx" tool. This defines a common prefix for all gate commands. The "-t"
 # arg indicates the exact set of gate "tasks" that will be run.
 
-gateCmd : ["mx", "--strict-compliance", "rgate", "--strict-mode", "-t"]
+gateCmd : ["mx", "--strict-compliance", "rgate", "-B=--force-deprecation-as-warning", "--strict-mode", "-t"]
 
 # currently disabled gate commands: FindBugs,Checkheaders,Distribution Overlap Check
 
-- 
GitLab