Skip to content

Commit f638ec1

Browse files
committed
Minecraft spec has changed and we're required to follow. We now build with Java 6.
1 parent 1a8fb59 commit f638ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you answered yes to any of these questions, chances are high your change does
5656
* If the work you want to do involves editing Minecraft classes, be sure to read over the [Using Minecraft Internals](#using-minecraft-internals) section.
5757
* Make sure your commit messages are in the [proper format](#commit-message-example).
5858
* Test your changes to make sure it actually addresses the issue it should.
59-
* Make sure your code compiles under Java 5, as that is what the project has to be built with.
59+
* Make sure your code compiles under Java 6, as that is what the project has to be built with.
6060

6161
### Code Requirements
6262
* We generally follow the [Sun/Oracle coding standards](http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html).
@@ -476,7 +476,7 @@ Making sure you follow the above conventions is important, but just the beginnin
476476
477477
* Your change should [fit with Bukkit's goals](#does-the-change-fit-bukkits-goals).
478478
* Make sure you follow all of our conventions to the letter.
479-
* Make sure your code compiles under Java 5.
479+
* Make sure your code compiles under Java 6.
480480
* Check for misplaced whitespaces. It may be invisible, but [we notice](https://github.com/Bukkit/CraftBukkit/pull/1070).
481481
* Provide proper JavaDocs where appropriate.
482482
* JavaDocs should detail every limitation, caveat and gotcha the code has.

0 commit comments

Comments
 (0)