-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use classpath jar when classpath file provided
The gradle plugin uses a classpath file to communicate with pitest when the user classpath is too large to pass on the commandline line. In this scenario the same issue is highly likely to be encountered when pitest launches processes. This change auto sets the classpath jar flag when a classpath file is supplied to avoid the user having to set two parameters.
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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