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 fce9ce2 commit 115bedbCopy full SHA for 115bedb
build.gradle
@@ -409,6 +409,10 @@ gradle.projectsEvaluated {
409
}
410
411
412
+tasks.named("validateChangelogs") {
413
+ onlyIf { project.gradle.startParameter.taskNames.any { it.startsWith("checkPart") || it == 'functionalTests' } == false }
414
+}
415
+
416
tasks.named("precommit") {
417
dependsOn gradle.includedBuild('build-tools').task(':precommit')
418
dependsOn gradle.includedBuild('build-tools-internal').task(':precommit')
0 commit comments