Skip to content

Commit

Permalink
also adds datahub-schematron:lib:test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomezvillamor committed Dec 16, 2024
1 parent dacef70 commit f09226b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata-integration/java/datahub-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ test {
// no submodule depends on datahub-schematron:cli
// and tests there are the ones checking python-java compatibility
test.dependsOn tasks.getByPath(":metadata-integration:java:datahub-schematron:cli:test")
test.dependsOn tasks.getByPath(":metadata-integration:java:datahub-schematron:lib:test")

task checkShadowJar(type: Exec) {
commandLine 'sh', '-c', 'scripts/check_jar.sh'
Expand Down

0 comments on commit f09226b

Please sign in to comment.