We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510a0fa commit d4af458Copy full SHA for d4af458
pom.xml
@@ -13,8 +13,8 @@
13
<url>https://github.com/unruly/junit-rules</url>
14
15
<properties>
16
- <maven.compiler.source>1.7</maven.compiler.source>
17
- <maven.compiler.target>1.7</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
18
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19
<additionalparam>-Xdoclint:none</additionalparam>
20
</properties>
@@ -178,4 +178,4 @@
178
</repository>
179
</distributionManagement>
180
181
-</project>
+</project>
0 commit comments