Hi, I'm beginner in gradle configuration. I would like to run check task on every build, to ensure all checks are always passing. I tried `preBuild.dependsOn check`, but gradle says `check` is not a task. Do you know how could I achieve this? Thanks