Skip to content

Commit

Permalink
Merge pull request #67 from ioki-mobility/dependabot/gradle/kotlin-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored May 28, 2024
2 parents 2c4caaf + ac7b644 commit 5c4f152
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repositories {
}

kotlin {
jvmToolchain(8)
jvm {
jvmToolchain(8)
withJava()
testRuns.named("test") {
executionTask.configure {
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ kotlin.code.style=official
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx6g
org.gradle.caching=true

kotlin.experimental.tryK2=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.24"
kotlin = "2.0.0"
ktor = "2.3.11"

[libraries]
Expand Down

0 comments on commit 5c4f152

Please sign in to comment.