- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for compileOnly (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okhttp/build.gradle.kts
dependencies { // These compileOnly dependencies must also be listed in applyOsgiMultiplatform() below. compileOnly(libs.conscrypt.openjdk) compileOnly(libs.bouncycastle.bcprov) compileOnly(libs.bouncycastle.bctls) // graal build support compileOnly(libs.native.image.svm) compileOnly(libs.openjsse) } }Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Feb 04 22:16:39 GMT 2026 - 11.4K bytes - Click Count (0) -
build-tools-internal/build.gradle
api 'org.ow2.asm:asm:9.0' api 'org.ow2.asm:asm-tree:9.0' api "org.apache.httpcomponents:httpclient:${props.getProperty('httpclient')}" 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')}"
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
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 known as "transitive" dependencies".</dd> <dt>`compileOnly`</dt><dd>Code that is on the classpath at compile time but that should not be shipped with the project because it is "provided" by the runtime somehow. Elasticsearch plugins use this configuration to include dependencies
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)