Skip to content

Commit

Permalink
Changed java version in test app
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrulya-exe committed Apr 6, 2021
1 parent 7c28bec commit fdaa2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-web-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ allOpen {
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions {
freeCompilerArgs = listOf("-Xjsr305=strict")
jvmTarget = "11"
jvmTarget = "1.8"
}
}

0 comments on commit fdaa2cb

Please sign in to comment.