- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for gradleTestKit (0.06 sec)
-
build-logic/documentation/build.gradle.kts
implementation("org.asciidoctor:asciidoctorj-pdf") implementation("dev.adamko.dokkatoo:dokkatoo-plugin") implementation("org.jetbrains.dokka:dokka-core") testImplementation(gradleTestKit()) } gradlePlugin { plugins { register("gradleDocumentation") { id = "gradlebuild.documentation" implementationClass = "gradlebuild.docs.GradleBuildDocumentationPlugin"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 21 13:38:04 UTC 2024 - 1.2K bytes - Viewed (0) -
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 Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Aug 08 14:54:27 UTC 2024 - 6.4K bytes - Viewed (0)