Skip to content

Commit 60c9116

Browse files
committed
Only target JDK 8 in tests, restore JDK 7 as minimum required version
JDK 7 is still untested though (and now untestable with the project's IT tests)
1 parent 2ecc8f1 commit 60c9116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<properties>
6767
<mavenVersion>3.3.1</mavenVersion>
68-
<targetJdk>8</targetJdk>
68+
<targetJdk>7</targetJdk>
6969

7070
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7171
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>

0 commit comments

Comments
 (0)