editorconfig / editorconfig-core-java

Clone of EditorConfig core written in Java
Apache License 2.0
61 stars 26 forks source link

Inconsistent Java-Version #7

Closed larsgrefer closed 8 years ago

larsgrefer commented 8 years ago

The Readme.md says:

Prerequisistes: Java 7

but the pom.xml contains:

<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
denofevil commented 8 years ago

Updated doc, thank you