Skip to content

Commit

Permalink
Add maven-compiler-plugin back
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhicheng-Liu committed Feb 22, 2019
1 parent 41827d9 commit fd12341
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@
<build>
<directory>${buildDirectory}</directory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
Expand Down

0 comments on commit fd12341

Please sign in to comment.