Skip to content

Commit 6e65a3e

Browse files
committed
Lower Java baseline to 8 again
Addresses the concern of legacy projects relying on this library being left behind. Note that tests are still compiled for Java 17, which allows us to use convenience features such as text blocks, and use up-to-date library versions at least for the test side of things. Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent eda3cad commit 6e65a3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
</developers>
7373

7474
<properties>
75-
<maven.compiler.release>17</maven.compiler.release>
75+
<maven.compiler.release>8</maven.compiler.release>
76+
<maven.compiler.testRelease>17</maven.compiler.testRelease>
7677
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7778
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
7879
<!-- Maven Plugin Versions -->

0 commit comments

Comments
 (0)