projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fe72f
)
Update version of gradle-pitest plugin
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 22 Feb 2019 22:26:07 +0000
(23:26 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 22 Feb 2019 22:26:07 +0000
(23:26 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
aae99af
..
5334200
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-7,7
+7,7
@@
buildscript {
mavenCentral()
}
dependencies {
- classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.
2.4
'
+ classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.
4.0
'
classpath group: 'org.jetbrains.kotlin', name: 'kotlin-gradle-plugin', version: kotlinVersion
classpath group: 'org.jetbrains.kotlin', name: 'kotlin-noarg', version: kotlinVersion
}