Skip to content

Commit

Permalink
Regenerate fixed kotlin-spring samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed May 31, 2024
1 parent b30c380 commit 072baca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "17"
}

tasks.bootJar {
enabled = false
}

plugins {
val kotlinVersion = "1.7.10"
id("org.jetbrains.kotlin.jvm") version kotlinVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "17"
}

tasks.bootJar {
enabled = false
}

plugins {
val kotlinVersion = "1.7.10"
id("org.jetbrains.kotlin.jvm") version kotlinVersion
Expand Down

0 comments on commit 072baca

Please sign in to comment.