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 1fbebbb commit 9354b3eCopy full SHA for 9354b3e
Makefile
@@ -26,7 +26,7 @@ run-docker:
26
# runs extractor a compiled jar file as java app. Built via boot build
27
# command or make build-jar command.
28
run-jar:
29
- java -Xmx1g -jar targetinsights/project.jar -d $(DATADIR)
+ java -Xmx1g -jar targetinsights/exinsights-0.0.1.jar -d $(DATADIR)
30
31
# runs extractor directly from boot ie runs as clojure program
32
run-boot:
0 commit comments