Skip to content

Commit

Permalink
chore: adds build version maven config
Browse files Browse the repository at this point in the history
  • Loading branch information
ioxua committed Jan 12, 2021
1 parent 86f48fc commit d96ff55
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,17 @@
<scope>test</scope>
</dependency>
</dependencies>

<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>
</project>

0 comments on commit d96ff55

Please sign in to comment.