Wrap build tool commands in stable team-facing targets.
Section: Language and framework examples
Delegate to gradle or maven
makefile
makefile
build:
./gradlew build
test:
./gradlew testExplanation
Make can serve as a repo-level command facade across multiple languages.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Language and framework examples