projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a7c862
)
⬆️ Upgrade Kotlin to 1.3.70
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 3 Mar 2020 20:45:13 +0000
(21:45 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 3 Mar 2020 20:45:13 +0000
(21:45 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
d1bf4d9
..
3f44ffa
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-1,7
+1,7
@@
plugins {
- id 'org.jetbrains.kotlin.jvm' version '1.3.
61
'
- id 'org.jetbrains.kotlin.plugin.noarg' version '1.3.
61
'
+ id 'org.jetbrains.kotlin.jvm' version '1.3.
70
'
+ id 'org.jetbrains.kotlin.plugin.noarg' version '1.3.
70
'
id 'info.solidsoft.pitest' version '1.4.5'
}