Skip to content

Commit f09226b

Browse files
also adds datahub-schematron:lib:test
1 parent dacef70 commit f09226b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metadata-integration/java/datahub-client/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ test {
9898
// no submodule depends on datahub-schematron:cli
9999
// and tests there are the ones checking python-java compatibility
100100
test.dependsOn tasks.getByPath(":metadata-integration:java:datahub-schematron:cli:test")
101+
test.dependsOn tasks.getByPath(":metadata-integration:java:datahub-schematron:lib:test")
101102

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

0 commit comments

Comments
 (0)