Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
compiler to 1.8
  • Loading branch information
kiwiflydream committed Feb 28, 2019
1 parent 4c3560b commit b0a820f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,19 @@
<scope>provided</scope>
</dependency>
</dependencies>

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

</project>

0 comments on commit b0a820f

Please sign in to comment.