junit-team / junit4

A programmer-oriented testing framework for Java.
https://junit.org/junit4
Eclipse Public License 1.0
8.52k stars 3.26k forks source link

pom.xml: Fix build for Java 20 and above #1772

Closed Leo3418 closed 5 months ago

Leo3418 commented 6 months ago

Java 20 has dropped support for 1.7 as the source and target versions. This pull request does something similar to commit 66083734d13aa67e616f3c4b429c019c5992bba0 to allow the project to be built with e.g. JDK 21.

This is perhaps also a prerequisite of #1767.

marcphilipp commented 5 months ago

@Leo3418 Thanks!