Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Add project.clj to jar dependencies
Browse files Browse the repository at this point in the history
This patch causes rake to re-build `files/facts-upload.jar` whenever
project.clj is modified.
  • Loading branch information
Sharpie committed Dec 6, 2017
1 parent f64d541 commit 317e322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ PUPPETSERVER_SUBMODULE = File.join('checkouts', 'puppetserver')
PUPPETSERVER_JAR = File.join(PUPPETSERVER_SUBMODULE, 'target')

FACTS_UPLOAD_JAR = File.join('target', 'facts-upload.jar')
FACTS_UPLOAD_JAR_SRCS = Rake::FileList['src/**/*.clj',
FACTS_UPLOAD_JAR_SRCS = Rake::FileList['project.clj',
'src/**/*.clj',
'src/**/*.rb',
PUPPETSERVER_JAR]

Expand Down

0 comments on commit 317e322

Please sign in to comment.