From fa038eac67eafe98c8705a9373b8d46f9153dc5f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 14 May 2012 12:07:55 -0400 Subject: [PATCH] add note about only supporting Java 6 and above. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8d132c9..216ae463 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ The license is Apache 2.0, see LICENSE-2.0.txt. ## Binary Releases -You can find published releases on Maven Central. +You can find published releases (compiled for Java 6 and above) on +Maven Central. com.typesafe @@ -433,6 +434,11 @@ If you have trouble with your configuration, some useful tips. - Use `myConfig.root().render()` to get a `Config` printed out as a string with comments showing where each value came from. +## Java version + +Currently the library is maintained against Java 6. It does not +build with Java 5. + ## Rationale (For the curious.)