Skip to content
Snippets Groups Projects
Commit c0817c82 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

put back maven-compiler plug-in section. Turns out the build fails on Jenkins otherwise.

parent 4016400e
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,18 @@
<scijava.jvm.version>1.7</scijava.jvm.version>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>sc.fiji</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment