- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for shouldRunAfter (0.05 sec)
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts
dependsOn(tasks.withType<CodeNarc>()) dependsOn(tasks.withType<Checkstyle>()) dependsOn(tasks.withType<ValidatePlugins>()) } tasks.withType<Test>().configureEach { shouldRunAfter(codeQuality) } tasks.check { dependsOn(codeQuality) } val rules by configurations.creating { isCanBeConsumed = false attributes {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Oct 01 11:57:43 UTC 2025 - 9.3K bytes - Viewed (0)