Skip to content

Commit d4af458

Browse files
mrwilsonShiftDevelopers
authored andcommitted
feat(build): Build against Java 8 instead of 7
1 parent 510a0fa commit d4af458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<url>https://github.com/unruly/junit-rules</url>
1414

1515
<properties>
16-
<maven.compiler.source>1.7</maven.compiler.source>
17-
<maven.compiler.target>1.7</maven.compiler.target>
16+
<maven.compiler.source>1.8</maven.compiler.source>
17+
<maven.compiler.target>1.8</maven.compiler.target>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<additionalparam>-Xdoclint:none</additionalparam>
2020
</properties>
@@ -178,4 +178,4 @@
178178
</repository>
179179
</distributionManagement>
180180

181-
</project>
181+
</project>

0 commit comments

Comments
 (0)