projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a684bd
)
Update pitest plugin
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 14 Apr 2018 18:12:55 +0000
(20:12 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 14 Apr 2018 18:12:55 +0000
(20:12 +0200)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
d7169d5
..
aae99af
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.
1.11
'
+ classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.
2.4
'
classpath group: 'org.jetbrains.kotlin', name: 'kotlin-gradle-plugin', version: kotlinVersion
classpath group: 'org.jetbrains.kotlin', name: 'kotlin-noarg', version: kotlinVersion
}