Skip to content

Commit

Permalink
Added Maven/JDK compatibility note
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Aug 13, 2016
1 parent d12aa38 commit 47bd962
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Like [gradlew](http://www.gradle.org/docs/current/userguide/gradle_wrapper.html) but for Maven.

This fork:
- is JDK 6+ compatible;
- is JDK 6+ compatible
(provided Maven is [<= 3.2.5](https://maven.apache.org/docs/history.html) (by default `.mvn/wrapper/maven-wrapper.properties` points to 3.3.9));
- used by [mysql-binlog-connector-java](https://github.com/shyiko/mysql-binlog-connector-java), [ktlint](https://github.com/shyiko/ktlint), ...
(which means you can count on it being maintained);
- supports [default jvm/command line options](https://maven.apache.org/docs/3.3.1/release-notes.html) (Maven 3.3.1+)
Expand Down Expand Up @@ -35,4 +36,4 @@ It will automatically download and install Maven (if needed) (the exact version

## License

[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

0 comments on commit 47bd962

Please sign in to comment.