diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-08-15 13:03:39 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-15 20:03:06 +0000 |
commit | defdeb9fa8c82ca249f7e6b101074cc09dfda4df (patch) | |
tree | cf6bc65b7fe5045a463488f327547ee37af5c994 /wss-unified-agent.config | |
parent | e8a41295412ae3cf2e8fe529866592bd797746c7 (diff) | |
download | sonarqube-defdeb9fa8c82ca249f7e6b101074cc09dfda4df.tar.gz sonarqube-defdeb9fa8c82ca249f7e6b101074cc09dfda4df.zip |
[NO-JIRA] Do not fail on new policy violations
Diffstat (limited to 'wss-unified-agent.config')
-rw-r--r-- | wss-unified-agent.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wss-unified-agent.config b/wss-unified-agent.config index 2ec6d0e3bc7..b51650e3283 100644 --- a/wss-unified-agent.config +++ b/wss-unified-agent.config @@ -22,4 +22,4 @@ archiveIncludes=**/*.jar forceUpdate=true checkPolicies=true -forceUpdate.failBuildOnPolicyViolation=true +forceUpdate.failBuildOnPolicyViolation=false |