Skip to content

Commit 7b505c4

Browse files
ddamkeddamke
authored andcommitted
fix version snytax
1 parent f95893d commit 7b505c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mavenCi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
uses: actions/upload-artifact@v3
7373
with:
7474
# Artifact name
75-
name: Keeptime-${{pom.version}}
75+
name: Keeptime
7676
path: /home/runner/work/KeepTime/KeepTime/target/

src/main/java/de/doubleslash/keeptime/common/SvgNodeProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ public static String getSvgPathWithXMl(Resources.RESOURCE resource){
2424
String svgPath;
2525
Document document;
2626
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
27-
try {
27+
/* try {
2828
dbf.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true);
2929
} catch (ParserConfigurationException e) {
3030
throw new RuntimeException(e);
31-
}
31+
}*/
3232

3333

3434
DocumentBuilder db;

0 commit comments

Comments
 (0)