Set source and target version of nd4j-native to java 7 (#8808)

Signed-off-by: Martin Heck <mheck136@gmail.com>
master
mheck136 2020-03-26 01:33:56 +01:00 committed by GitHub
parent cd0e62ffaf
commit 364f9a660c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -230,8 +230,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
<source>7</source>
<target>7</target>
</configuration>
</plugin>
</plugins>