> The Gradle precommit task was put there for “back compat”. Since > “check” depends on “precommit”, check may contain, now or in future, more > than precommit. IDK whether they’re identical at this point, Dawid put in > that magic. > Hmmm we might want to add a note that “gradlew check” does both. I think I > might > add that in the help text for gradle though..
"check" is gradle convention and many existing plugins will automatically attach validation tasks to it (so it's better to get used to it rather that fight against it). Also: "check" can be run per-project while "precommit" is typically a global (top-level) task. D. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org