So I'm implementing #3302 and it would be nice to use Java 8. Could we do that for pmd 6.43.0? I think our test sources also use Java 8:
|
<maven.compiler.test.source>1.8</maven.compiler.test.source> |
|
<maven.compiler.test.target>1.8</maven.compiler.test.target> |
So I'm implementing #3302 and it would be nice to use Java 8. Could we do that for pmd 6.43.0? I think our test sources also use Java 8:
pmd/pom.xml
Lines 83 to 84 in de41d2c