Skip to content

Commit

Permalink
fix minidumpdoc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlareck committed Sep 23, 2023
1 parent cbb35ed commit 4803a87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/minidumpdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:

runs-on: ubuntu-latest

env:
JAVA_TOOL_OPTIONS: -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
Expand All @@ -25,7 +22,7 @@ jobs:

- name: Run MinidumpDoc
working-directory: ./dump
run: mvn package exec:java -Dexec.mainClass=org.dbpedia.extraction.dump.util.MinidumpDoc
run: mvn package exec:java -Dexec.mainClass=org.dbpedia.extraction.dump.util.MinidumpDoc -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

- name: Updating test coverage table
uses: EndBug/[email protected]
Expand Down

0 comments on commit 4803a87

Please sign in to comment.