Skip to content

Commit

Permalink
Adding compiler plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldev committed Aug 15, 2020
1 parent f6d4bfc commit 4d6f78a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
<artifactId>Versions</artifactId>
<packaging>pom</packaging>

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

<modules>
<module>v1_8_R3</module>
<module>v1_9_R2</module>
Expand Down

0 comments on commit 4d6f78a

Please sign in to comment.