We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e623b9 commit 9e5086bCopy full SHA for 9e5086b
gradle.properties
@@ -2,4 +2,4 @@ projectVersion=1.3.0
2
kotlinVersion=1.6.10
3
exposedVersion=0.37.3
4
lsp4jVersion=0.12.0
5
-javaVersion=8
+javaVersion=11
server/build.gradle
@@ -72,7 +72,7 @@ applicationDistribution.into('bin') {
72
73
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
74
kotlinOptions {
75
- jvmTarget = "1.8"
+ jvmTarget = "11"
76
}
77
78
0 commit comments