Created
August 2, 2016 13:03
-
-
Save kdabir/8eee0d58a866f9cb8d6281a506574a60 to your computer and use it in GitHub Desktop.
Enable mutation testing in java projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ** Mutation Testing ** | |
buildscript { | |
repositories { mavenCentral() } | |
dependencies { classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.9' } | |
} | |
apply plugin: "info.solidsoft.pitest" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment