Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for integTestRuntimeOnly (0.19 seconds)

  1. build-tools-internal/build.gradle

     *****************************************************************************/
    
    repositories {
      mavenCentral()
      gradlePluginPortal()
    }
    
    configurations {
      integTestRuntimeOnly.extendsFrom(testRuntimeOnly)
    }
    dependencies {
      api localGroovy()
      api gradleApi()
    
      api "org.elasticsearch:build-conventions:$version"
      api "org.elasticsearch.gradle:build-tools:$version"
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 13 18:10:22 GMT 2021
    - 11.3K bytes
    - Click Count (0)
Back to Top