https://kotlinlang.org logo
o

orangy

10/21/2016, 2:49 PM
Copy code
<configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                    <encoding>UTF-8</encoding>
                </configuration>
and
Copy code
<maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
Shouldn’t plugin config use these props?