From 1d72d9bdc51d42b791a437eaa7a21f7572ea87cd Mon Sep 17 00:00:00 2001 From: Christian Ingenhaag Date: Thu, 29 Feb 2024 13:11:52 +0100 Subject: [PATCH] feat: (DHEI-15120) - Add gradle property option to inject schemaStore implementation --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b672ad..9772f08 100755 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ repositories { ext { // this is internal, overwrite with your specific implementation if you want - schemalValidationImplDependency = System.getenv('ADDITIONAL_SCHEMASTORE_IMPL') ?: "" + schemalValidationImplDependency = System.getenv('ADDITIONAL_SCHEMASTORE_IMPL') ?: System.getProperty("schemaStoreImplMavenDependency") ?: "" } dependencies {