Hello, looking to use feather in a legacy project of mine and unfortunately we won't be upgrading to JDK 1.8 until later this year and am currently stuck on JDK 1.6 for the time being.
I noticed in the project you are compiling at JDK 1.7 and when I cloned the project and built it locally it seems to work fine for JDK 1.6.
Is it possible to change these in the root pom:
<maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target>
Hello, looking to use feather in a legacy project of mine and unfortunately we won't be upgrading to JDK 1.8 until later this year and am currently stuck on JDK 1.6 for the time being.
I noticed in the project you are compiling at JDK 1.7 and when I cloned the project and built it locally it seems to work fine for JDK 1.6.
Is it possible to change these in the root pom:
<maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.target>1.6</maven.compiler.target>