Skip to content

Commit

Permalink
feat: (DHEI-15120) - Add gradle property option to inject schemaStore…
Browse files Browse the repository at this point in the history
… implementation
  • Loading branch information
chrisingenhaag committed Feb 29, 2024
1 parent b9d57c5 commit 1d72d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1d72d9b

Please sign in to comment.