Skip to content

Commit

Permalink
move submissions.json into site dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tstephen committed Oct 6, 2022
1 parent a0959f1 commit fc84ccd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ private void getSubmissionsFromToolDir(JSONObject submissions,
public static void main(String[] args) throws IOException {
JSONObject submissions = new RepoScanner()
.getSubmissionsFromRepo("bpmn-miwg/bpmn-miwg-test-suite");
System.out.println(submissions);
FileUtils.writeStringToFile(new File("target/submissions.json"),
FileUtils.writeStringToFile(new File("target/site/submissions.json"),
submissions.toJSONString(), Charset.forName("UTF-8"));
}
}

0 comments on commit fc84ccd

Please sign in to comment.