- Specify Java toolchain version explicitly by @jonas-ms in https://github.com/koral--/gradle-pitest-plugin/pull/142
- Update dependency codenarc to v3 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/138
- Update AGP to 8.5.0 by @koral-- in https://github.com/koral--/gradle-pitest-plugin/pull/127
- Update dependency com.android.support:support-annotations to v27.1.1 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/104
- Update dependency net.bytebuddy:byte-buddy to v1.14.18 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/108
- Update dependency org.jetbrains:annotations-java5 to v16.0.3 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/109
- Update junit5Version to v5.10.3 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/129
- Update dependency de.mannodermaus.gradle.plugins:android-junit5 to v1.10.2.0 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/128
- Update dependency org.slf4j:slf4j-api to v2.0.13 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/111
- Update kotlin_version to v1.9.25 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/130
- Update dependency codenarc to v2.2.0 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/131
- Update plugin com.github.ben-manes.versions to v0.51.0 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/136
- Update dependency com.netflix.nebula:nebula-test to v10.6.1 by @renovate in https://github.com/koral--/gradle-pitest-plugin/pull/132
-
Yet another fix for mockable Android JAR path on Windows #116
-
Fix mockable Android JAR exclusion on Windows #116
- Merge upstream changes with adding junit platform dependency #101
- Fix mockable Android JAR exclusion #116
- Change additional classpath building #112
- Update dependency versions
- Merge upstream changes 3752a463b71648cec3c36a6d52a2f81d366d881c
- Add mockable Android JAR dependencies automatically #91
- Ignore dependencies without version when copying unit test runtime classpath #100
- Copy runtime classpath only if jetifier is disabled #99
- Extend pitest test runtime classpath #95
- Update dependency versions
- Integrate upstream changes dc804a7d61f059d1eecd6744dd7526edbcaf4e8c
- Update dependency versions
- Replace deprecated VersionNumber with Semver4j
- Integrate upstream changes 12857274f550d5a21d570621934bb86d5af16c0f
- Update dependency versions
- Use separate output directories for each task #87
- Update dependency versions
- Fix Change java/kotlin compile tasks destination directory retrieval on Kotlin 1.7 #84
- Update dependency versions
- Merge upstream changes 9efe3a585bc1307470102147d75fb9a0a29fae72
- Update dependency versions
- Fix compatibility with Android Gradle Plugin 7 #77
- Update dependency versions
- Handle the case where unit test variant does not exist #75
- Update dependency versions
- Move pitest configuration from root project to subproject #72
- Fix integration with Junit5 pitest-junit5-plugin#53
- Merge upstream changes 16873cb7a67b2b21287ba65c0ac89c7266f2d659
- Add compatibility with Android Gradle Plugin 4 #64
- Fix report directory parameter handling #63
- Fix Gradle 6.4 execution break while trying to change mainClass #60
- Update resource classpath paths #57
- Merge upstream changes a934028bb2efb474f441d818d3de2849de80a3a5
- Update Android Gradle Plugin to 3.6.1
- Update Gradle to 6.3
- Merge upstream changes 42c9e3211da4b160695ee4004722a68a59243088 #53
- Add
excludeMockableAndroidJar
extension property -- Fix compatibility with Robolectric #44 -- Fix compatibility with UnMock #49
- Android Gradle Plugin dependency updated to 3.4.0
- Gradle updated to 5.4.1
- Fix compatibility with Android Gradle Plugin 3.4 and 3.5 #48
- Merged upstream changes 7ec26eefcbf6234be892e0a3d0fa88b6b36cec3b
- Android Gradle Plugin dependency updated to 3.3.0
- Android Gradle Plugin dependency updated to 3.2.1
- Gradle updated to 5.0
- Change info.solidsoft package name #42
- Fixed missing Android Mockable JAR with AGP 3.2+ #41
- Merged upstream changes bbca1adac89e6ac00d12303ba2e87ac7068d5d47
- Replaced deprecated FileCollection#add() with #from() - #37
- Changed mockable Android JAR classpath entry order - #30
- Android Gradle Plugin dependency updated to 3.1.4
- Android Gradle Plugin dependency updated to 3.1.2
- Pitest dependency updated to 1.4.0
- Kotlin dependency updated to 1.2.51
- Gradle updated to 4.9
- Merged upstream changes bbca1adac89e6ac00d12303ba2e87ac7068d5d47
- Fixed mockable Android JAR handling when using Android Gradle Plugin 3.2+ - #29
- Fixed unit test classpath - #27
- Fixed classpath order - #24
- Fixed mockable Android JAR path when using Android Gradle Plugin 3+ - #20
- Android Gradle Plugin dependency updated to 3.0.1
- Pitest dependency updated to 1.2.4
- Kotlin dependency updated to 1.1.60
- Gradle updated to 4.3.1
- Android Gradle Plugin dependency updated to 3.0.0
- Added workaround for
project
dependency resolution
- Fixed compatibility with Android Gradle Plugin 3-rc1
- Fixed compatibility with Kotlin - #15
- Merged upstream changes 491bf25072ee7ed6a8f10c0618e464586e5ee32a
- Fixed compatibility with Android Gradle Plugin 3+ - #13
- Fixed
NoSuchMethodError
on Gradle < 4.0 - #11
CharMatcher
replaced with regular expression to be compatible with Android Gradle Plugin 3.0.0 - #9
- Android Gradle plugin updated to 2.3.1
- Robolectric dependency replaced with mockable Android JAR, fixes #4
- merged upstream changes d71835784d5ad55b1dbd8eef61cadbd72ec75465
- Android Gradle plugin updated to 2.3.0
- Gradle updated to 3.4.1
- Robolectric dependency updated to 7.1.0_r7
- merged upstream changes 14cf634c98590a9a9719a2284b52c7abef8f8f8f
- Dependencies updated
- Removed limitation that Android pitest plugin has to be applied after Android Gradle plugin
- Robolectric annotation format error fixed
- Maven central integration added
- Initial release