7 lines
224 B
Groovy
7 lines
224 B
Groovy
|
description = 'Common base code for protos'
|
||
|
|
||
|
forbiddenApisMain {
|
||
|
// does not depend on core, so only jdk and http signatures should be checked
|
||
|
signaturesURLs = [this.class.getResource('/forbidden/jdk-signatures.txt')]
|
||
|
}
|