Closed johnjohndoe closed 10 years ago
Ah, I admit I never used the abbreviations feature. I guess we could add aliases for the main tasks - I would prefer to retain the original names for backwards compatibility.
What camelcase names would you propose? versioneyeUpdate
, versionEyeUpdate
or even something like versioneYeUpdate
;) ?
Since "VersionEye" uses camelcase itself I suggest the following task names:
versionEyeCreate
versionEyeUpdate
Feel free to add aliases and to deprecate the former names.
The new task names are available in version 1.0.1. Happy abbreviating!
:+1: Cool. Thank you.
I suggest following the common name schemata of Gradle tasks which use camelcase for their task names such as
assembleDebugTest
oruninstallRelease
. A benefit of this is that abbreviations can be used such as./gradlew aDT
instead of./gradlew assembleDebugTest
. This works wherever the abbreviation can be resolved to a distinct task name.