Skip to content

Commit

Permalink
Only target JDK 8 in tests, restore JDK 7 as minimum required version
Browse files Browse the repository at this point in the history
JDK 7 is still untested though (and now untestable with
the project's IT tests)
  • Loading branch information
tbroyer committed Sep 11, 2023
1 parent 2ecc8f1 commit 60c9116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<properties>
<mavenVersion>3.3.1</mavenVersion>
<targetJdk>8</targetJdk>
<targetJdk>7</targetJdk>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
Expand Down

0 comments on commit 60c9116

Please sign in to comment.