Skip to content

Commit 23cc186

Browse files
committed
Compile Java tests with 1.7
Maven was complaining that default 1.5 won't be supported anymore
1 parent 1b7bf42 commit 23cc186

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/java/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12+
<maven.compiler.source>1.7</maven.compiler.source>
13+
<maven.compiler.target>1.7</maven.compiler.target>
1214
</properties>
1315

1416
<dependencies>
@@ -19,4 +21,4 @@
1921
<scope>test</scope>
2022
</dependency>
2123
</dependencies>
22-
</project>
24+
</project>

0 commit comments

Comments
 (0)