- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for runtimeOnly (0.28 seconds)
-
build-tools-internal/build.gradle
api "org.apache.httpcomponents:httpcore:${props.getProperty('httpcore')}" compileOnly "com.puppycrawl.tools:checkstyle:${props.getProperty('checkstyle')}" runtimeOnly "org.elasticsearch.gradle:reaper:$version" testImplementation "com.puppycrawl.tools:checkstyle:${props.getProperty('checkstyle')}" testImplementation "junit:junit:${props.getProperty('junit')}"
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) -
CONTRIBUTING.md
<dt>`api`</dt><dd>Dependencies that are used as compile and runtime dependencies of a project and are considered part of the external api of the project. <dt>`runtimeOnly`</dt><dd>Dependencies that not on the classpath at compile time but are on the classpath at runtime. We mostly use this configuration to make sure that we do not accidentally compile against dependencies of our dependencies also
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 07:32:01 GMT 2021 - 36.5K bytes - Click Count (0)