forked from szpak/gradle-pitest-plugin
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge upstream changes #81
Merged
Merged
Conversation
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
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.14 to 1.10.16. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.10.14...byte-buddy-1.10.16) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [nebula-test](https://github.com/nebula-plugins/nebula-test) from 7.9.2 to 7.9.3. - [Release notes](https://github.com/nebula-plugins/nebula-test/releases) - [Changelog](https://github.com/nebula-plugins/nebula-test/blob/master/CHANGELOG.md) - [Commits](nebula-plugins/nebula-test@v7.9.2...v7.9.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5,5GB - I wonder what there is...
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.16 to 1.10.17. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.10.16...byte-buddy-1.10.17) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [nebula-test](https://github.com/nebula-plugins/nebula-test) from 7.9.3 to 7.9.4. - [Release notes](https://github.com/nebula-plugins/nebula-test/releases) - [Changelog](https://github.com/nebula-plugins/nebula-test/blob/master/CHANGELOG.md) - [Commits](nebula-plugins/nebula-test@v7.9.3...v7.9.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
…ss for multi-project resolves: gh-80
With the Worker API: https://docs.gradle.org/nightly/userguide/worker_api.html#changing_the_isolation_mode Also for aggregate reporting.
compileOnly for pitest-report vs default runtime for pitest.jar.
(Undeserved) wrong type and "method may be static".
Without Gradle wrapper it takes ~25 seconds instead of ~100 to pack it up and send.
...(with JUnit Platform 1.8) and pitest-junit5-plugin 0.15. Also clearly mention which plugin version should be used in README.
[#DO_RELEASE][#MINOR]
[ci skip] Powered by CDeliveryBoy.
…passed to pitest (szpak#303)
szpak
reviewed
Jan 28, 2022
...idsonroids/gradle/pitest/functional/AcceptanceTestsInSeparateSubprojectFunctionalSpec.groovy
Outdated
Show resolved
Hide resolved
src/test/groovy/pl/droidsonroids/gradle/pitest/PitestTaskConfigurationSpec.groovy
Outdated
Show resolved
Hide resolved
koral--
force-pushed
the
maintenance
branch
3 times, most recently
from
January 29, 2022 01:05
be2e2ff
to
a49edfa
Compare
szpak
reviewed
Jan 29, 2022
koral--
force-pushed
the
maintenance
branch
7 times, most recently
from
January 30, 2022 16:43
a4b5d90
to
8ede107
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #79