Building CordApp-example i got the following errors mark as fatal but the build is ok:
gradle build :java-source:compileJava[Fatal Error] corda-confidential-identities-2.0.0.pom:51:6: The processing instruction target matching "[xX][mM][lL]" is not allowed.
[Fatal Error] guava-21.0.pom:188:6: The processing instruction target matching "[xX][mM][lL]" is not allowed.
[Fatal Error] artemis-pom-2.1.0.pom:1457:10: The markup in the document following the root element must be well-formed.
[Fatal Error] artemis-pom-2.1.0.pom:1457:10: The markup in the document following the root element must be well-formed.
[Fatal Error] jgroups-3.6.13.Final.pom:477:2: The markup in the document following the root element must be well-formed.
[Fatal Error] netty-parent-4.1.9.Final.pom:1283:10: The markup in the document following the root element must be well-formed.
[Fatal Error] genesis-default-flava-2.2.pom:388:6: The processing instruction target matching "[xX][mM][lL]" is not allowed.
[Fatal Error] genesis-default-flava-2.2.pom:388:6: The processing instruction target matching "[xX][mM][lL]" is not allowed.
[Fatal Error] objenesis-parent-2.2.pom:513:7: The markup in the document following the root element must be well-formed.
:java-source:processResources
:java-source:classes
:java-source:configureCordappFatJar[Fatal Error] corda-confidential-identities-2.0.0.pom:51:6: The processing instruction target matching "[xX][mM][lL]" is not allowed.
.....
....
....
:kotlin-source:check :kotlin-source:build
BUILD SUCCESSFUL in 2m 36s 14 actionable tasks: 14 executed
gradlew
), or your own gradle installation, and which operating system you're using? – Joel