- Sort Score
- Num 10 results
- Language All
Results 161 - 170 of 381 for Tasks (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
mockwebserver-junit5/build.gradle.kts
plugins { kotlin("jvm") id("org.jetbrains.dokka") id("com.vanniktech.maven.publish.base") id("binary-compatibility-validator") } project.applyJavaModules("mockwebserver3.junit5") tasks { test { useJUnitPlatform() } } dependencies { api(projects.okhttp) api(projects.mockwebserver3) api(libs.junit.jupiter.api) compileOnly(libs.animalsniffer.annotations)Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 728 bytes - Click Count (0) -
.github/workflows/extract-unit-test-split.jq
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Oct 11 08:08:26 GMT 2021 - 171 bytes - Click Count (0) -
samples/compare/build.gradle.kts
testImplementation(projects.okhttpTestingSupport) testImplementation(libs.httpClient5) testImplementation(libs.jettyClient) testImplementation(libs.junit) testImplementation(libs.assertk) } tasks.compileJava { options.isWarnings = false
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Jun 18 12:28:21 GMT 2025 - 473 bytes - Click Count (0) -
architecture/platforms.md
``` ## Platforms ### Core automation platform This is a general-purpose automation platform which takes care of the efficient definition and execution of work, such as tasks. This platform is agnostic to what exactly the purpose of the work is. It might be creating an application, setting up development environments, orchestrating deployments, running simulations, etc.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu May 02 06:42:46 GMT 2024 - 5.4K bytes - Click Count (0) -
.teamcity/performance-test-durations.json
}, { "scenario" : "org.gradle.performance.regression.java.JavaTasksPerformanceTest.tasks", "durations" : [ { "testProject" : "largeJavaMultiProject", "linux" : 480 }, { "testProject" : "largeMonolithicJavaProject", "linux" : 226 } ] }, { "scenario" : "org.gradle.performance.regression.java.JavaTasksPerformanceTest.tasks --all", "durations" : [ { "testProject" : "largeJavaMultiProject",Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 10:54:09 GMT 2025 - 25K bytes - Click Count (0) -
build-logic/build-update-utils/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") id("gradlebuild.build-logic.groovy-dsl-gradle-plugin") } description = "Provides plugins that create update tasks for the Gradle build" dependencies { implementation("gradlebuild:basics") implementation("gradlebuild:module-identity") implementation("com.google.code.gson:gson") implementation("org.jsoup:jsoup")Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Oct 24 09:10:28 GMT 2025 - 405 bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.test-retry.gradle.kts
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Apr 26 06:43:17 GMT 2023 - 810 bytes - Click Count (0) -
samples/tlssurvey/build.gradle.kts
implementation(libs.retrofit) implementation(libs.converter.moshi) implementation(libs.squareup.moshi) implementation(libs.squareup.moshi.kotlin) ksp(libs.squareup.moshi.compiler) } tasks.compileJava { options.isWarnings = false
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat May 17 05:15:32 GMT 2025 - 518 bytes - Click Count (0) -
build-logic-commons/build.gradle.kts
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 04:30:54 GMT 2025 - 800 bytes - Click Count (0) -
.teamcity/performance-tests-ci.json
"coverage" : { "per_day" : [ "linux" ] } } ] }, { "testId" : "org.gradle.performance.crossbuild.TaskAvoidancePerformanceTest.help with lazy and eager tasks", "groups" : [ { "testProject" : "largeJavaMultiProject", "coverage" : { "per_commit" : [ "linux" ] } }, { "testProject" : "largeMonolithicJavaProject",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 10:54:09 GMT 2025 - 32.8K bytes - Click Count (0)