add note about only supporting Java 6 and above.

This commit is contained in:
Havoc Pennington 2012-05-14 12:07:55 -04:00
parent 445a700c53
commit fa038eac67

View File

@ -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.
<dependency>
<groupId>com.typesafe</groupId>
@ -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.)