Skip to content

Instantly share code, notes, and snippets.

@kdabir
Created August 2, 2016 13:03
Show Gist options
  • Save kdabir/8eee0d58a866f9cb8d6281a506574a60 to your computer and use it in GitHub Desktop.
Save kdabir/8eee0d58a866f9cb8d6281a506574a60 to your computer and use it in GitHub Desktop.
Enable mutation testing in java projects
// ** 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