mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
move producing to sub-project
This commit is contained in:
@@ -78,7 +78,9 @@ subprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":edge-contracts"))
|
||||
implementation(project(":db"))
|
||||
implementation(project(":edge-producing"))
|
||||
implementation(project(":core"))
|
||||
implementation(project(":edge-consuming"))
|
||||
|
||||
@@ -104,7 +106,9 @@ dependencies {
|
||||
|
||||
kover(project(":edge-consuming"))
|
||||
kover(project(":core"))
|
||||
kover(project(":edge-producing"))
|
||||
kover(project(":db"))
|
||||
kover(project(":edge-contracts"))
|
||||
}
|
||||
|
||||
tasks.bootJar {
|
||||
|
||||
Reference in New Issue
Block a user