Merge branch '3.0.x'

Closes gh-35036
This commit is contained in:
Andy Wilkinson
2023-04-17 17:49:55 +01:00
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")
}