15 lines
386 B
Groovy
15 lines
386 B
Groovy
/*
|
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
* or more contributor license agreements. Licensed under the Elastic License;
|
|
* you may not use this file except in compliance with the Elastic License.
|
|
*/
|
|
|
|
apply plugin: 'elasticsearch.build'
|
|
|
|
dependencies {
|
|
api project(xpackModule('ql'))
|
|
api project(':test:framework')
|
|
}
|
|
|
|
test.enabled = false
|