branch: elpa/geiser-kawa
commit 274f99070721d9374f5e41c273b1896d695234c0
Author: spellcard199 <spellcard...@protonmail.com>
Commit: spellcard199 <spellcard...@protonmail.com>

    Use mvnw (maven-wrapper) as default command to compile kawa-geiser
---
 elisp/geiser-kawa.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp/geiser-kawa.el b/elisp/geiser-kawa.el
index be5492f..f08491b 100644
--- a/elisp/geiser-kawa.el
+++ b/elisp/geiser-kawa.el
@@ -80,7 +80,7 @@
 (defun geiser-kawa-mvn-package-java-deps()
   (interactive)
   (let ((default-directory geiser-kawa-dir))
-    (compile "mvn package")))
+    (compile "./mvnw package")))
 
 ;; Using `mvn package' from the pom.xml's directory should produce a
 ;; jar containing all the java dependencies.

Reply via email to