I am trying to get Lucene to build in a very "special" build system
based on Gradle, and I am stumbling across all kinds of things I don't
really understand  (which is most of everything about gradle at this
point). Cookie cutter cargo cultism is getting me pretty far, but one
thing I don't understand: we have this in the precommit task:

// Root-level validation tasks.
    dependsOn ":verifyLocks"
    dependsOn ":versionsPropsAreSorted"
    dependsOn ":checkWorkingCopyClean"

What is the "verifyLocks" task? I can't seem to find it defined anywhere

-Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to