File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# gradle-pitest-plugin changelog
22
3- ## 1.4.6 - Unreleased
3+ ## 1.4.6 - 2019-12-15
44
55 - Support for includedTestMethods (PIT 1.3.2) - [ #79 ] ( https://github.com/szpak/gradle-pitest-plugin/issues/79 )
66 - Support for useClasspathJar (PIT 1.4.2) - [ #92 ] ( https://github.com/szpak/gradle-pitest-plugin/issues/92 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add gradle-pitest-plugin to the `plugins` configuration in your `build.gradle` f
1616
1717``` groovy
1818plugins {
19- id 'info.solidsoft.pitest' version '1.4.5 '
19+ id 'info.solidsoft.pitest' version '1.4.6 '
2020}
2121```
2222
@@ -48,7 +48,7 @@ buildscript {
4848 //maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
4949 }
5050 dependencies {
51- classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5 '
51+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6 '
5252 }
5353}
5454```
@@ -131,7 +131,7 @@ buildscript {
131131 mavenCentral()
132132 }
133133 dependencies {
134- classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5 '
134+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6 '
135135 (...)
136136 }
137137}
@@ -210,7 +210,7 @@ buildscript {
210210 }
211211 configurations.maybeCreate('pitest')
212212 dependencies {
213- classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5 '
213+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6 '
214214 pitest 'org.pitest:pitest-junit5-plugin:0.8'
215215 }
216216}
You can’t perform that action at this time.
0 commit comments