File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# gradle-pitest-plugin changelog
22
3- ## 1.4.8 - Unreleased
3+ ## 1.4.8 - 2020-04-01
44
55 - Fix problem with setting ` historyInputLocation ` and ` jvmPath ` - [ #189 ] ( https://github.com/szpak/gradle-pitest-plugin/issues/189 )
66 - Less noisy "Adding dependency" logging - [ #182 ] ( https://github.com/szpak/gradle-pitest-plugin/issues/182 )
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.7 '
19+ id 'info.solidsoft.pitest' version '1.4.8 '
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.7 '
51+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.8 '
5252 }
5353}
5454```
@@ -144,7 +144,7 @@ buildscript {
144144 mavenCentral()
145145 }
146146 dependencies {
147- classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.7 '
147+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.8 '
148148 (...)
149149 }
150150}
@@ -221,7 +221,7 @@ Starting with this release the configuration required to use PIT with JUnit 5 ha
221221``` groovy
222222plugins {
223223 id 'java'
224- id 'info.solidsoft.pitest' version '1.4.7 '
224+ id 'info.solidsoft.pitest' version '1.4.8 '
225225}
226226
227227pitest {
@@ -246,7 +246,7 @@ buildscript {
246246 }
247247 configurations.maybeCreate('pitest')
248248 dependencies {
249- classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.7 '
249+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.8 '
250250 pitest 'org.pitest:pitest-junit5-plugin:0.12'
251251 }
252252}
You can’t perform that action at this time.
0 commit comments