Hello, JAVA_HOME set to 1.8 and everything builds successfully :)
Cheers, Ian On 5 May 2016 at 16:47, alaninmcr <[email protected]> wrote: > On 05/05/2016 16:23, Ian Dunlop wrote: > >> Hello, >> >> Just doing some build checks in advance of this potential release and got >> a >> failure for engine :( >> >> [INFO] Apache Taverna Reference Manager API ............... FAILURE [ >> 0.583 s] >> >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-compiler-plugin:3.2:compile >> (default-compile) on project taverna-reference-api: Fatal error compiling: >> invalid target release: 1.8 -> [Help 1] >> >> Does that 1.8 refer to Java 8? What version are we targeting now? >> > > 1.8 see > > <!-- override java version from Apache parent --> > <maven.compiler.source>1.8</maven.compiler.source> > <maven.compiler.target>1.8</maven.compiler.target> > > in > https://github.com/apache/incubator-taverna-maven-parent/blob/master/pom.xml > > Cheer, >> >> Ian >> > > Alan >
