File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# gradle-pitest-plugin changelog
22
3- ## 1.4.5 - Unreleased
3+ ## 1.4.5 - 2019-09-08
44
55 - Rework internal plugin implementation to Gradle 5+ standards
66 - PIT 1.4.10 by default
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.0 '
19+ id 'info.solidsoft.pitest' version '1.4.5 '
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.0 '
51+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5 '
5252 }
5353}
5454```
@@ -138,7 +138,7 @@ buildscript {
138138 mavenCentral()
139139 }
140140 dependencies {
141- classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0 '
141+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5 '
142142 (...)
143143 }
144144}
@@ -217,7 +217,7 @@ buildscript {
217217 }
218218 configurations.maybeCreate('pitest')
219219 dependencies {
220- classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0 '
220+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5 '
221221 pitest 'org.pitest:pitest-junit5-plugin:0.8'
222222 }
223223}
You can’t perform that action at this time.
0 commit comments