- Fork the repository.
- Create a topic branch.
- Make your changes.
- Ensure that the build passes, by running
gradle -i
. The Travis CI build runs on:openjdk6
,openjdk7
, andoraclejdk7
. - It should go without saying, but do not increment the version number in your commits.
- Submit a pull request.