Updated changelog, contributing info, gradle, etc

This commit is contained in:
Matthew Miller
2018-10-04 16:15:35 +10:00
parent 5aa8f7784e
commit b46b0c3801
6 changed files with 15 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ ask that you make note of the following guidelines.
* **Follow the [Oracle coding conventions](http://www.oracle.com/technetwork/java/codeconv-138413.html).**
We can't stress this enough; if your code has notable issues, it may delay
the process significantly.
* **Target Java 7 for source and compilation.** Make sure to mark methods with
* **Target Java 8 for source and compilation.** Make sure to mark methods with
` @Override` that override methods of parent classes, or that implement
methods of interfaces.
* **Use only spaces for indentation.** Our indents are 4-spaces long, and tabs