We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c94f7 commit 0d0ba19Copy full SHA for 0d0ba19
1 file changed
Makefile
@@ -66,7 +66,7 @@ jar: compile
66
67
.PHONY: data-changelog
68
data-changelog:
69
- @node src/main/node/writeChangelog.mjs
+ java -cp build/libs/CpicData-all.jar org.cpicpgx.exporter.ChangelogExporter -d .
70
71
.PHONY: db-bootstrap
72
db-bootstrap:
0 commit comments