projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee758b
)
Update Kotlin version to 1.1.51
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Mon, 2 Oct 2017 09:59:47 +0000
(11:59 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Mon, 2 Oct 2017 09:59:47 +0000
(11:59 +0200)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
82d6d33
..
3d6ffe0
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-7,7
+7,7
@@
buildscript {
}
dependencies {
classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.1.11'
- classpath group: 'org.jetbrains.kotlin', name: 'kotlin-gradle-plugin', version: '1.1.5
0
'
+ classpath group: 'org.jetbrains.kotlin', name: 'kotlin-gradle-plugin', version: '1.1.5
1
'
}
}