OpenSearch/sql/net-client/build.gradle

7 lines
224 B
Groovy
Raw Normal View History

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')]
}