build.gradle 188 B

12345678
  1. apply plugin: 'elasticsearch.internal-java-rest-test'
  2. dependencies {
  3. api project(':libs:elasticsearch-x-content')
  4. api project(':test:framework')
  5. api project(xpackModule('core'))
  6. }