MartinKanters commented on a change in pull request #137: URL: https://github.com/apache/maven-integration-testing/pull/137#discussion_r805191451
########## File path: core-it-suite/src/test/resources/mng-7045/pom.xml ########## @@ -25,8 +25,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> - <source>8</source> - <target>8</target> + <source>7</source> Review comment: Good point, I was a bit too hasty there. For my JDK (OpenJDK) it worked with "7", but made it "1.7" just to be sure. It works with that as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org