We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8eb0b commit 4897044Copy full SHA for 4897044
build.gradle
@@ -408,6 +408,10 @@ gradle.projectsEvaluated {
408
}
409
410
411
+tasks.named("validateChangelogs") {
412
+ onlyIf { project.gradle.startParameter.taskNames.any { it.startsWith("checkPart") || it == 'functionalTests' } == false }
413
+}
414
+
415
tasks.named("precommit") {
416
dependsOn gradle.includedBuild('build-tools').task(':precommit')
417
dependsOn gradle.includedBuild('build-tools-internal').task(':precommit')
0 commit comments