Skip to content

Commit c743458

Browse files
committed
Release version: 1.5.1
[ci skip] Powered by CDeliveryBoy.
1 parent 2af999c commit c743458

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.5.1 - Unreleased
3+
## 1.5.1 - 2020-05-06
44

55
- Fail with meaningful error message on no longer supported `pitest` configuration in `rootProject.buildscript` - [#205](https://github.com/szpak/gradle-pitest-plugin/issues/205)
66

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.5.0'
20+
id 'info.solidsoft.pitest' version '1.5.1'
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.5.0'
52+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.1'
5353
}
5454
}
5555
```
@@ -145,7 +145,7 @@ buildscript {
145145
mavenCentral()
146146
}
147147
dependencies {
148-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.0'
148+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.1'
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.5.0'
225+
id 'info.solidsoft.pitest' version '1.5.1'
226226
}
227227
228228
pitest {
@@ -243,7 +243,7 @@ To enable PIT plugins, it is enough to add it to the pitest configuration in the
243243
```groovy
244244
plugins {
245245
id 'java'
246-
id 'info.solidsoft.pitest' version '1.5.0'
246+
id 'info.solidsoft.pitest' version '1.5.1'
247247
}
248248
249249
repositories {

0 commit comments

Comments
 (0)