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.
1 parent f95893d commit 7b505c4Copy full SHA for 7b505c4
.github/workflows/mavenCi.yml
@@ -72,5 +72,5 @@ jobs:
72
uses: actions/upload-artifact@v3
73
with:
74
# Artifact name
75
- name: Keeptime-${{pom.version}}
+ name: Keeptime
76
path: /home/runner/work/KeepTime/KeepTime/target/
src/main/java/de/doubleslash/keeptime/common/SvgNodeProvider.java
@@ -24,11 +24,11 @@ public static String getSvgPathWithXMl(Resources.RESOURCE resource){
24
String svgPath;
25
Document document;
26
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
27
- try {
+ /* try {
28
dbf.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true);
29
} catch (ParserConfigurationException e) {
30
throw new RuntimeException(e);
31
- }
+ }*/
32
33
34
DocumentBuilder db;
0 commit comments