Hi,

After the 0.9.1 release is out, I'd like to clean up a couple of things in the 
code base:

* Rename subprojects/gradle-(.+) to subprojects/$1

* Format all code with a consistent style and add some checkstyle/codenarc 
rules to lock this down.

My preference for the style is:
* Open curly brace { at the end of the line
* Close curly brace } on the same line as else/catch/finally/while
* No whitespace before and after parentheses.

Most of the codebase is already formatted this way.

In theory, git should deal reasonably well with these bulk changes, but I've 
never tried this.


--
Adam Murdoch
Gradle Developer
http://www.gradle.org
CTO, Gradle Inc. - Gradle Training, Support, Consulting
http://www.gradle.biz

Reply via email to