Fix includeProjectDependencies with Kotlin DSL

This commit is contained in:
Andy Wilkinson
2023-04-17 14:40:21 +01:00
parent 4095f4ea82
commit 751fc9fe54
2 changed files with 15 additions and 9 deletions

View File

@@ -19,6 +19,9 @@ tasks.named<BootJar>("bootJar") {
intoLayer("application")
}
dependencies {
intoLayer("application") {
includeProjectDependencies()
}
intoLayer("snapshot-dependencies") {
include("*:*:*SNAPSHOT")
}