Skip to content

Commit

Permalink
Improving the gradle part
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlvp committed Apr 30, 2019
1 parent 0d4a0cc commit ba3c403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,14 +418,15 @@ buildscript {
configurations.maybeCreate("pitest")
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.3.0'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0'
pitest 'eu.stamp-project:descartes:1.2.5'
}
}
apply plugin: "info.solidsoft.pitest"
pitest {
targetClasses = ['my.package.*'] //Assuming all classes in the project are located in the my.package package.
mutationEngine = "descartes"
pitestVersion = "1.4.7"
}
Expand Down

0 comments on commit ba3c403

Please sign in to comment.