Skip to content

Commit 4f83c0a

Browse files
authored
Update README.md
1 parent 2a80929 commit 4f83c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
9292
<artifactId>maven-compiler-plugin</artifactId>
9393
<version>${compiler-plugin.version}</version>
9494
<configuration>
95-
<source>1.6</source>
96-
<target>1.6</target>
95+
<source>1.8</source>
96+
<target>1.8</target>
9797
</configuration>
9898
</plugin>
9999
<plugin>

0 commit comments

Comments
 (0)