Rename build asset to payroll-importer
This commit is contained in:
parent
39198db642
commit
d61f910608
2 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ data.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The run, the program requires a Java runtime (tested with OpenJDK 17 and 21).
|
This program requires a Java runtime environment (tested with OpenJDK 17 and
|
||||||
On Debian 12 (Bookworm):
|
21). On Debian 12 (Bookworm):
|
||||||
|
|
||||||
sudo apt install openjdk-17-jre
|
sudo apt install openjdk-17-jre
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
(ns build
|
(ns build
|
||||||
(:require [clojure.tools.build.api :as b]))
|
(:require [clojure.tools.build.api :as b]))
|
||||||
|
|
||||||
(def lib 'import)
|
(def lib 'payroll-importer)
|
||||||
(def version (format "0.0.%s" (b/git-count-revs nil)))
|
(def version (format "0.0.%s" (b/git-count-revs nil)))
|
||||||
(def class-dir "target/classes")
|
(def class-dir "target/classes")
|
||||||
(def uber-file (format "target/%s-%s-standalone.jar" (name lib) version))
|
(def uber-file (format "target/%s-%s-standalone.jar" (name lib) version))
|
||||||
|
|
Loading…
Add table
Reference in a new issue