Rename build asset to payroll-importer

This commit is contained in:
Ben Sturmfels 2025-05-16 09:38:05 +10:00
parent 39198db642
commit d61f910608
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
2 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,8 @@ data.
## Usage
The run, the program requires a Java runtime (tested with OpenJDK 17 and 21).
On Debian 12 (Bookworm):
This program requires a Java runtime environment (tested with OpenJDK 17 and
21). On Debian 12 (Bookworm):
sudo apt install openjdk-17-jre

View file

@ -1,7 +1,7 @@
(ns build
(: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 class-dir "target/classes")
(def uber-file (format "target/%s-%s-standalone.jar" (name lib) version))