Skip to content

Commit

Permalink
Merge branch 'cdevents_artifacts_params' of github.com:Nordix/echo in…
Browse files Browse the repository at this point in the history
…to cdevents_artifacts_params
  • Loading branch information
Jalander Ramagiri committed Nov 28, 2023
2 parents e8905a5 + 2855762 commit 9567733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fiatVersion=1.42.0
korkVersion=7.202.0
kotlinVersion=1.4.0
korkVersion=7.204.0
kotlinVersion=1.5.32
org.gradle.parallel=true
spinnakerGradleVersion=8.31.0
targetJava11=true
Expand Down
4 changes: 2 additions & 2 deletions gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ apply plugin: "kotlin"

compileKotlin {
kotlinOptions {
languageVersion = "1.4"
languageVersion = "1.5"
jvmTarget = "11"
}
}

compileTestKotlin {
kotlinOptions {
languageVersion = "1.4"
languageVersion = "1.5"
jvmTarget = "11"
}
}
Expand Down

0 comments on commit 9567733

Please sign in to comment.