You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/09/15 12:24:35 UTC

[GitHub] [commons-io] martin-g edited a comment on pull request #268: IO-747 Make commons-io a proper JPMS module

martin-g edited a comment on pull request #268:
URL: https://github.com/apache/commons-io/pull/268#issuecomment-919971381


   > If so, you can override the property maven.compiler.release with the value "8". Should work fine, as far as I know.
   
   @jochenw I don't follow you! There is no mention of `maven.compiler.release` in the parent pom, so there is nothing to override.
   In this PR I set `<maven.compiler.release>8</maven.compiler.release>` in the JDK 9+ profile. I cannot move it to the common (no-profile) properties because javac 8 will complain that it has not a parameter `--release`.


-- 
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-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org