ihmcrobotics / ihmc-build

Composite build and IDE classpath seperation support for JVM Gradle projects.
Apache License 2.0
5 stars 4 forks source link

Reduce property count by using title cased name #59

Closed calvertdw closed 5 years ago

calvertdw commented 6 years ago

Before

gradle.properties

kebabCasedName = my-awesome-project-yo
pascalCasedName = MyAwesomeProjectYO

After

gradle.properties

titleCasedName = My Awesome Project YO
-- OR --
title = My Awesome Project YO
calvertdw commented 5 years ago

Bhavyansh discovered that the title name provides the most concise description of all possible cased names.

calvertdw commented 5 years ago

Fixed with 94b19adb62a64ff8b60905863faf6877bc223c94