Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Gradle 7.3 #706

Open
simonbasle opened this issue Oct 26, 2021 · 1 comment
Open

Use Gradle 7.3 #706

simonbasle opened this issue Oct 26, 2021 · 1 comment
Labels
area/all-projects issues that are transverse to all projects, epics

Comments

@simonbasle
Copy link
Member

simonbasle commented Oct 26, 2021

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)
@simonbasle simonbasle added the area/all-projects issues that are transverse to all projects, epics label Oct 26, 2021
@simonbasle
Copy link
Member Author

simonbasle commented Oct 26, 2021

TestSuite points of attention

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/all-projects issues that are transverse to all projects, epics
Projects
None yet
Development

No branches or pull requests

1 participant