Merge branch '3.0.x'
Closes gh-35036
This commit is contained in:
@@ -19,6 +19,9 @@ tasks.named<BootJar>("bootJar") {
|
||||
intoLayer("application")
|
||||
}
|
||||
dependencies {
|
||||
intoLayer("application") {
|
||||
includeProjectDependencies()
|
||||
}
|
||||
intoLayer("snapshot-dependencies") {
|
||||
include("*:*:*SNAPSHOT")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user