Save time with abbreviated task names (Gradle best practice tip #10)

preview_player
Показать описание
Tired of typing out Gradle task names again and again? Use abbreviated task and project names to save time interacting with your Gradle project on the command line.

✔️discover the two main ways to abbreviate names in Gradle
✔️learn to use abbreviated task names
✔️apply the same technique to project names

This is #10 of 30 Gradle best practice tips.
Рекомендации по теме
Комментарии
Автор

You can even combine both shortcuts, just like with camel case search in IDEs.
wTS should already be enough.
And you can shorten or extend each individual word to your liking as well
whTSm etc. works as well.
just needs to be unique in any form.

MrVankog