Skip to content

Commit b9467af

Browse files
committed
Release version: 1.4.8
[ci skip] Powered by CDeliveryBoy.
1 parent 32fa63c commit b9467af

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add gradle-pitest-plugin to the `plugins` configuration in your `build.gradle` f
1616

1717
```groovy
1818
plugins {
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
222222
plugins {
223223
id 'java'
224-
id 'info.solidsoft.pitest' version '1.4.7'
224+
id 'info.solidsoft.pitest' version '1.4.8'
225225
}
226226
227227
pitest {
@@ -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
}

0 commit comments

Comments
 (0)