summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2026-03-05 12:53:12 +0100
committerPaul-Christian Volkmer2026-03-05 12:53:12 +0100
commit6fee6f3cf9248ea8fb1ddc738d0f6261ae58bb4b (patch)
treef8fcbb840f4974c5ee935505485847862f8b577b
parent9a154786bdb91e00bd70ad5a48550d2d5a242ea3 (diff)
build: remove changing flag for mtb-dto dependency
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index c62bee4..3f18a84 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -81,7 +81,7 @@ dependencies {
implementation("org.flywaydb:flyway-mysql")
implementation("commons-codec:commons-codec")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions")
- implementation("dev.pcvolkmer.mv64e:mtb-dto:${versions["mtb-dto"]}") { isChanging = true }
+ implementation("dev.pcvolkmer.mv64e:mtb-dto:${versions["mtb-dto"]}")
implementation("ca.uhn.hapi.fhir:hapi-fhir-base:${versions["hapi-fhir"]}")
implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:${versions["hapi-fhir"]}")
implementation("org.apache.httpcomponents.client5:httpclient5")