Skip to content

Commit cf97a8e

Browse files
committed
Release version: 1.4.9
[ci skip] Powered by CDeliveryBoy.
1 parent 245b5b5 commit cf97a8e

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.9 - Unreleased
3+
## 1.4.9 - 2020-04-22
44

55
- Fix regression in 1.4.8 related to missing source listing in PIT reports - [#198](https://github.com/szpak/gradle-pitest-plugin/issues/198)
66
- migrate remaining configuration properties to [Lazy Configuration API](https://docs.gradle.org/current/userguide/lazy_configuration.html)

README.md

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

1818
```groovy
1919
plugins {
20-
id 'info.solidsoft.pitest' version '1.4.8'
20+
id 'info.solidsoft.pitest' version '1.4.9'
2121
}
2222
```
2323

@@ -49,7 +49,7 @@ buildscript {
4949
//maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
5050
}
5151
dependencies {
52-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.8'
52+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.9'
5353
}
5454
}
5555
```
@@ -145,7 +145,7 @@ buildscript {
145145
mavenCentral()
146146
}
147147
dependencies {
148-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.8'
148+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.9'
149149
(...)
150150
}
151151
}
@@ -222,7 +222,7 @@ Starting with this release the configuration required to use PIT with JUnit 5 ha
222222
```groovy
223223
plugins {
224224
id 'java'
225-
id 'info.solidsoft.pitest' version '1.4.8'
225+
id 'info.solidsoft.pitest' version '1.4.9'
226226
}
227227
228228
pitest {
@@ -247,7 +247,7 @@ buildscript {
247247
}
248248
configurations.maybeCreate('pitest')
249249
dependencies {
250-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.8'
250+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.9'
251251
pitest 'org.pitest:pitest-junit5-plugin:0.12'
252252
}
253253
}

0 commit comments

Comments
 (0)