projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1f6e11
)
💚 Use JVM target 1.8 for Kotlin compiler
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 16 Feb 2020 12:22:17 +0000
(13:22 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 16 Feb 2020 12:22:17 +0000
(13:22 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
3730ead
..
d1bf4d9
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-22,6
+22,12
@@
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
+compileKotlin {
+ kotlinOptions {
+ jvmTarget = "1.8"
+ }
+}
+
configurations {
provided {
dependencies.all { dep ->