- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 625 for Gradle (0.03 sec)
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.detekt.gradle.kts
detekt { // enable all default rules buildUponDefaultConfig = true // customize some of the rules, until we can fix the offending cases config.convention(project.isolated.rootProject.projectDirectory.file("gradle/detekt.yml")) // also check the project build file source.from(project.buildFile) } pluginManager.withPlugin("gradlebuild.code-quality") { tasks { named("codeQuality") {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jun 20 10:11:35 UTC 2024 - 1.1K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.test-fixtures.gradle.kts
val testFixturesApiElements by configurations // Required due to: https://github.com/gradle/gradle/issues/13278 testFixturesRuntimeElements.extendsFrom(testFixturesRuntimeOnly) // do not attempt to find projects when the plugin is applied just to generate accessors if (project.name != "gradle-kotlin-dsl-accessors" && project.name != "test" /* remove once wrapper is updated */) { dependencies {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jun 24 14:00:52 UTC 2025 - 3.5K bytes - Viewed (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild.cleanup.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ import gradlebuild.basics.repoRoot import gradlebuild.cleanup.services.DaemonTracker gradle.sharedServices.registerIfAbsent("daemonTracker", DaemonTracker::class) { parameters.rootProjectDir = repoRoot()
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Jan 20 15:24:40 UTC 2023 - 828 bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.integration-tests.gradle.kts
} addDependenciesAndConfigurations(TestType.INTEGRATION.prefix) configurations.named("integTestRuntimeClasspath") { // The InProcessGradleExecuter and the BuildOperationsFixture currently expect the // under-development Gradle distribution to be on the runtime classpath. We should // avoid this and instead dynamically load the classpath from `integTest.gradleHomeDir` instead. extendsFrom(configurations.named("integTestDistributionRuntimeOnly").get())
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 16:39:23 UTC 2025 - 2.4K bytes - Viewed (5) -
okhttp-java-net-cookiejar/build.gradle.kts
Yuri Schimke <******@****.***> 1758435742 +0100
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 595 bytes - Viewed (0) -
okhttp-logging-interceptor/build.gradle.kts
Yuri Schimke <******@****.***> 1758435742 +0100
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 776 bytes - Viewed (0) -
okhttp-tls/build.gradle.kts
Yuri Schimke <******@****.***> 1758435742 +0100
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 1006 bytes - Viewed (0) -
okhttp-bom/build.gradle.kts
Yuri Schimke <******@****.***> 1752395521 +0100
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Jul 13 08:32:01 UTC 2025 - 501 bytes - Viewed (0) -
okhttp-hpacktests/build.gradle.kts
Jesse Wilson <******@****.***> 1704346327 -0500
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Jan 04 05:32:07 UTC 2024 - 346 bytes - Viewed (0) -
samples/static-server/build.gradle.kts
Jake Wharton <******@****.***> 1747458923 -0400
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat May 17 05:15:23 UTC 2025 - 338 bytes - Viewed (0)