Hi. "Commons Numbers" POM of module "commons-numbers-core" contains ---CUT--- <!-- JDK 9+ required for BigDecimal.sqrt() method in unit tests. --> <maven.compiler.testSource>1.9</maven.compiler.testSource> <maven.compiler.testTarget>1.9</maven.compiler.testTarget> ---CUT---
Running $ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ mvn test site site:stage fails: ---CUT--- [...] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project commons-numbers-core: Fatal error compiling: invalid target release: 1.9 -> [Help 1] ---CUT--- Regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org