Skip to content

Commit

Permalink
Fix jar packaging of fullstack Ktor projects (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Nov 23, 2023
1 parent 9c624ad commit 6efaf7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ abstract class KVisionPlugin @Inject constructor(
}
if (jarTaskExists) {
tasks.getByName("jar", Jar::class).apply {
enabled = false
dependsOn("shadowJar")
}
}
Expand Down

0 comments on commit 6efaf7b

Please sign in to comment.