Renamed module e-invoicing-domain to e-invoice-domain
This commit is contained in:
parent
465b566dbc
commit
e48a22e75b
|
@ -28,7 +28,7 @@ dependencies {
|
|||
implementation("io.quarkus:quarkus-micrometer")
|
||||
implementation("io.quarkus:quarkus-micrometer-registry-prometheus")
|
||||
|
||||
implementation(project(":e-invoicing-domain"))
|
||||
implementation(project(":e-invoice-domain"))
|
||||
|
||||
implementation("net.codinux.log:klf:$klfVersion")
|
||||
implementation("net.codinux.log:quarkus-loki-log-appender:$lokiLogAppenderVersion")
|
||||
|
|
|
@ -26,6 +26,6 @@ plugins {
|
|||
|
||||
rootProject.name = "eInvoicing"
|
||||
|
||||
include("e-invoicing-domain")
|
||||
include("e-invoice-domain")
|
||||
|
||||
include("e-invoice-api")
|
||||
|
|
Loading…
Reference in New Issue