summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2013-07-02 23:45:59 -0400
committerEvilSeph <evilseph@gmail.com>2013-07-02 23:45:59 -0400
commite1a3fb56b5f6df7cde5a8c5933d017aa9d8de07c (patch)
treec75205b9125a06afe5fc309dac9530acda4ef88e /CONTRIBUTING.md
parent29fa46a4b2c43f555528bf24d99ecf0225c6c75f (diff)
downloadcraftbukkit-e1a3fb56b5f6df7cde5a8c5933d017aa9d8de07c.tar
craftbukkit-e1a3fb56b5f6df7cde5a8c5933d017aa9d8de07c.tar.gz
craftbukkit-e1a3fb56b5f6df7cde5a8c5933d017aa9d8de07c.tar.lz
craftbukkit-e1a3fb56b5f6df7cde5a8c5933d017aa9d8de07c.tar.xz
craftbukkit-e1a3fb56b5f6df7cde5a8c5933d017aa9d8de07c.zip
Minecraft spec has changed and we're required to follow. We now build with Java 6.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0a0f897c..f2016274 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -476,7 +476,7 @@ Making sure you follow the above conventions is important, but just the beginnin
* Your change should [fit with Bukkit's goals](#does-the-change-fit-bukkits-goals).
* Make sure you follow all of our conventions to the letter.
-* Make sure your code compiles under Java 5.
+* Make sure your code compiles under Java 6.
* Check for misplaced whitespaces. It may be invisible, but [we notice](https://github.com/Bukkit/CraftBukkit/pull/1070).
* Provide proper JavaDocs where appropriate.
* JavaDocs should detail every limitation, caveat and gotcha the code has.