From 8a9ec93dd77a7b425cf92073b53c759e31025f05 Mon Sep 17 00:00:00 2001 From: Howard Lewis Ship Date: Sun, 17 Nov 2024 18:33:49 -0800 Subject: [PATCH] Ensure that GraphiQL resources are included in the JAR Fixes #145 --- build.clj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.clj b/build.clj index b9509ba..80497bb 100644 --- a/build.clj +++ b/build.clj @@ -58,11 +58,13 @@ (defn jar [_params] + (clean nil) + (prep nil) (requiring-invoke net.lewisship.build.jar/create-jar jar-params)) - +. (defn deploy [_params] - (requiring-invoke net.lewisship.build.jar/deploy-jar (jar jar-params))) + (requiring-invoke net.lewisship.build.jar/deploy-jar (jar nil))) (defn codox [_params]