Skip to content
Lennart Heimbs edited this page Nov 15, 2023 · 10 revisions

Requirements

Java JDK Version: >= 17.0.1 and < 21.0.0

Build

To build the plugin, run the following from the pitmutationmate directory:

./gradlew build

Test

To test the plugin, run the following from the pitmutationmate directory:

./gradlew runIDE

This will open a standalone IntelliJ IDE instance. From there, open a Pitest project (a simple example Pitest project can be found here). The pitmutationmate plugin features should now be able to be tested.