Skip to content

Commit 96d6fb0

Browse files
committed
Make source path explicit
1 parent 35868a2 commit 96d6fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ make_data_catalog.outputs.files.each { xml ->
4141
dependsOn "make_data_catalog"
4242
input xml
4343
output "${buildDir}/validated/${fn}"
44-
schema "src/data/xmlcatalogs.org/schema/1.1/catalog.rng"
44+
schema "${projectDir}/src/data/xmlcatalogs.org/schema/1.1/catalog.rng"
4545
}
4646
validate.dependsOn(t)
4747
}

0 commit comments

Comments
 (0)