reactor/reactor

Use Gradle 7.3

simonbasle opened this issue · 1 comments

Gradle 7.3:

  • supports JDK17
  • adds incubating Test Suite support in JVM tests (replaces testSet and/or custom sourceSets) => see doc
  • ...

Other features that this migration could pick up:

  • version catalog (see here)

TestSuite points of attention

  • the useJUnitJupiter() configuration method will likely have an hardcoded "latest" version. useJUnitJupiter($junitVersion) would be preferable