From 92b386ce0b1c3143941b048cb4d31e6d3823f0a1 Mon Sep 17 00:00:00 2001 From: CraftBukkit/Spigot Date: Tue, 2 Jul 2013 23:45:59 -0400 Subject: [PATCH] Minecraft spec has changed and we're required to follow. We now build with Java 6. By: EvilSeph --- paper-server/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-server/CONTRIBUTING.md b/paper-server/CONTRIBUTING.md index 0a0f897cf..f2016274b 100644 --- a/paper-server/CONTRIBUTING.md +++ b/paper-server/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.