Skip to content

Commit

Permalink
update pitest targets after package path revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
shnewto committed Dec 13, 2020
1 parent c37dc3a commit 9a9e9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test {
}

pitest {
targetClasses = ['dev.ttaw.bqjson.*'] //by default "${project.group}.*"
targetClasses = ['com.github.shnewto.bqjson.*'] //by default "${project.group}.*"
threads = 4
outputFormats = ['XML', 'HTML']
timestampedReports = false
Expand Down

0 comments on commit 9a9e9de

Please sign in to comment.