- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for gradleTestKit (0.06 sec)
-
build-logic-commons/publishing/src/main/kotlin/gradlebuild.kotlin-dsl-plugin-bundle.gradle.kts
tasks.validatePlugins { enableStricterValidation = true } // Remove gradleApi() and gradleTestKit() as we want to compile/run against Gradle modules // TODO consider splitting `java-gradle-plugin` to provide only what's necessary here configurations.all { withDependencies { remove(project.dependencies.gradleApi()) remove(project.dependencies.gradleTestKit()) } }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jul 02 12:28:02 UTC 2025 - 6.1K bytes - Viewed (0) -
build-logic/documentation/build.gradle.kts
implementation("org.asciidoctor:asciidoctorj") implementation("org.jetbrains.dokka:dokka-gradle-plugin") implementation("org.jspecify:jspecify") testImplementation(gradleTestKit()) } gradlePlugin { plugins { register("gradleDocumentation") { id = "gradlebuild.documentation" implementationClass = "gradlebuild.docs.GradleBuildDocumentationPlugin"
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 14 10:59:00 UTC 2025 - 1.2K bytes - Viewed (0)