We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35868a2 + 67553da commit b9530d2Copy full SHA for b9530d2
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
machine:
5
- image: ubuntu-1604:202004-01
+ image: ubuntu-2004:202111-02
6
7
java:
8
version: oraclejdk8
build.gradle
@@ -41,7 +41,7 @@ make_data_catalog.outputs.files.each { xml ->
41
dependsOn "make_data_catalog"
42
input xml
43
output "${buildDir}/validated/${fn}"
44
- schema "src/data/xmlcatalogs.org/schema/1.1/catalog.rng"
+ schema "${projectDir}/src/data/xmlcatalogs.org/schema/1.1/catalog.rng"
45
}
46
validate.dependsOn(t)
47
0 commit comments