mirror of https://github.com/apache/poi.git
Fix applying ruls for forbidden-apis plugin
Need to use "+=", otherwise it overrides previous setup git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9014625582
commit
b174eb5770
|
@ -407,7 +407,7 @@ subprojects {
|
|||
}
|
||||
|
||||
forbiddenApisMain {
|
||||
signaturesFiles = files('../src/resources/devtools/forbidden-signatures-prod.txt')
|
||||
signaturesFiles += files('../src/resources/devtools/forbidden-signatures-prod.txt')
|
||||
}
|
||||
|
||||
task jenkins
|
||||
|
|
Loading…
Reference in New Issue