- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 27 for launcher (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
architecture/standards/0007-java-pre-requisite.md
The Wrapper then downloads the Gradle distribution (if necessary), starts the Launcher and runs the build, spawning and connecting to other processes such as the Daemon as required. Embedding a Java runtime in the distribution would provide some benefits, such as allowing the Launcher, Daemon and Workers to run on it, removing the prerequisite of an installed Java runtime.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.2K bytes - Click Count (0) -
.teamcity/test-buckets.json
}, { "subprojects": [ "build-cache-spi", "build-configuration", "execution", "internal-performance-testing", "jvm-services", "launcher", "publish", "resources", "resources-http", "unit-test-fixtures", "wrapper-shared" ], "parallelizationMethod": {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 118.6K bytes - Click Count (0) -
.editorconfig
# Markdown files sometimes need trailing whitespaces. [*.md] trim_trailing_whitespace = false [*.{yml,yaml}] indent_size = 2 [gradle/verification-metadata.xml] indent_size = 3 [subprojects/launcher/src/main/resources/release-features.txt]Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Nov 25 07:01:54 GMT 2025 - 582 bytes - Click Count (0) -
.teamcity/scripts/CheckBadMerge.java
"platforms/documentation/docs/src/docs/release/notes.md", "platforms/documentation/docs/src/docs/release/release-notes-assets/", "subprojects/launcher/src/main/resources/release-features.txt", "platforms/core-runtime/launcher/src/main/resources/release-features.txt" )); public static void main(String[] args) throws Exception { if (args.length != 0) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0) -
build-logic/src/main/kotlin/okhttp.testing-conventions.gradle.kts
val testRuntimeOnly = configurations.maybeCreate("testRuntimeOnly") dependencies { testRuntimeOnly(library("junit-jupiter-engine")) testRuntimeOnly(library("junit-vintage-engine")) testRuntimeOnly(library("junit-platform-launcher")) } tasks.withType<Test> { useJUnitPlatform() jvmArgs("-Dokhttp.platform=$platform") if (platform == "loom") { jvmArgs("-Djdk.tracePinnedThreads=short") } if (platform == "openjsse") {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Feb 07 07:16:57 GMT 2026 - 1.7K bytes - Click Count (0) -
build-logic/buildquality/src/test/kotlin/gradlebuild/testcleanup/TestFilesCleanupServiceTest.kt
} dependencies { "testImplementation"("org.junit.jupiter:junit-jupiter-engine:5.8.1") "testRuntimeOnly"("org.junit.platform:junit-platform-launcher") } tasks.named<Test>("test").configure { this.ignoreFailures = ignoreFailures if (hasLeftover) { doFirst {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 10 00:16:44 GMT 2026 - 11.6K bytes - Click Count (0) -
.teamcity/subprojects.json
"path": "platforms/native/language-native", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "launcher", "path": "platforms/core-runtime/launcher", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "logging", "path": "platforms/core-runtime/logging",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/core-runtime/io" /> <option value="$PROJECT_DIR$/platforms/core-runtime/launcher" /> <option value="$PROJECT_DIR$/platforms/core-runtime/logging" /> <option value="$PROJECT_DIR$/platforms/core-runtime/logging-api" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinder.kt
} } } finally { cancelInFlightConnects() } throw firstException!! } /** * Returns non-null if we don't need to wait for the launched result. In such cases, this result * must be processed before whatever is waiting in the queue because we may have already acquired * its connection. */ private fun launchTcpConnect(): ConnectResult? {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 5.8K bytes - Click Count (0) -
samples/guide/src/main/java/okhttp3/recipes/kt/WiresharkExample.kt
logFile = File("/tmp/key.log"), tlsVersions = tlsVersions, launch = launch)` * 3. Register with `client.eventListenerFactory(eventListenerFactory)` * 4. Launch wireshark if not done externally `val process = eventListenerFactory.launchWireShark()` */ @SuppressSignatureCheck class WireSharkListenerFactory( private val logFile: File, private val tlsVersions: List<TlsVersion>, private val launch: Launch? = null, ) : EventListener.Factory {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 10.9K bytes - Click Count (0)