From 6c5b71bb3118511d028b0f2e1fe7ca49b33d0f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Eriksson?= Date: Wed, 20 May 2020 16:10:32 +0200 Subject: [PATCH] don't require changes to be committed to build jar --- src/applied_science/deps_library.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/applied_science/deps_library.clj b/src/applied_science/deps_library.clj index a3ff9f7..30a1abe 100644 --- a/src/applied_science/deps_library.clj +++ b/src/applied_science/deps_library.clj @@ -142,7 +142,8 @@ (and (-> options :git/status :git :dirty?) (not (:dry-run options)) (not (#{"install" - "version"} COMMAND))) + "version" + "jar"} COMMAND))) "Current repository has uncommitted work. Please commit your changes and retry.") (fail! options))