From 8658d6ab167d19e5620ec60816213a23c2d13c94 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Sun, 25 Jun 2023 21:36:14 -0400 Subject: [PATCH] Add jar step to build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 76807e96..be1823ea 100755 --- a/build.sh +++ b/build.sh @@ -14,3 +14,5 @@ ant compile+NoGen ant compile_native+NoGen +ant jars+NoDeps +