szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing
http://gradle-pitest-plugin.solidsoft.info/
214 stars 58 forks source link

CI tests with Java 17 #298

Open szpak opened 3 years ago

szpak commented 3 years ago

New PIT versions should work with Java 17, but the plugin itself uses Gradle 6.8 for build. Gradle 7 is problematic as the automatic release process is bound to the Maven plugin which was removed in 7.

Possible solutions:

  1. Gradle supports Java toolchains: https://docs.gradle.org/current/userguide/toolchains.html (faster)
  2. The CD release process could be migrated to the new plugin (more prospective)