Skip to content

Commit

Permalink
Release version: 1.5.1
Browse files Browse the repository at this point in the history
[ci skip]

Powered by CDeliveryBoy.
  • Loading branch information
szpak-ci committed May 6, 2020
1 parent 2af999c commit c743458
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gradle-pitest-plugin changelog

## 1.5.1 - Unreleased
## 1.5.1 - 2020-05-06

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

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add gradle-pitest-plugin to the `plugins` configuration in your `build.gradle` f

```groovy
plugins {
id 'info.solidsoft.pitest' version '1.5.0'
id 'info.solidsoft.pitest' version '1.5.1'
}
```

Expand Down Expand Up @@ -49,7 +49,7 @@ buildscript {
//maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.0'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.1'
}
}
```
Expand Down Expand Up @@ -145,7 +145,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.0'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.1'
(...)
}
}
Expand Down Expand Up @@ -222,7 +222,7 @@ Starting with this release the configuration required to use PIT with JUnit 5 ha
```groovy
plugins {
id 'java'
id 'info.solidsoft.pitest' version '1.5.0'
id 'info.solidsoft.pitest' version '1.5.1'
}
pitest {
Expand All @@ -243,7 +243,7 @@ To enable PIT plugins, it is enough to add it to the pitest configuration in the
```groovy
plugins {
id 'java'
id 'info.solidsoft.pitest' version '1.5.0'
id 'info.solidsoft.pitest' version '1.5.1'
}
repositories {
Expand Down

0 comments on commit c743458

Please sign in to comment.