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 2a80929 commit 4f83c0aCopy full SHA for 4f83c0a
README.md
@@ -92,8 +92,8 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
92
<artifactId>maven-compiler-plugin</artifactId>
93
<version>${compiler-plugin.version}</version>
94
<configuration>
95
- <source>1.6</source>
96
- <target>1.6</target>
+ <source>1.8</source>
+ <target>1.8</target>
97
</configuration>
98
</plugin>
99
<plugin>
0 commit comments