Skip to content

Commit

Permalink
Added maven compiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cerus committed May 11, 2019
1 parent 0130c8e commit 07cf19e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
<artifactId>JGif</artifactId>
<version>1.0</version>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>jitpack.io</id>
Expand Down

0 comments on commit 07cf19e

Please sign in to comment.