You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Failed to execute goal com.github.bordertech.buildtools:badger:1.0.0:badges (default-cli) on project platform-users: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: /Users/krzysztof.sierszen/Repositories/unordinal/platform-users/target/site/jacoco/report.dtd (No such file or directory) -> [Help 1]
I guess you need to disable DTD resolution, since by default, JaCoCo generates the XML header as:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><!DOCTYPE report PUBLIC "-//JACOCO//DTD Report 1.1//EN" "report.dtd">
The text was updated successfully, but these errors were encountered:
I guess you need to disable DTD resolution, since by default, JaCoCo generates the XML header as:
The text was updated successfully, but these errors were encountered: