From 2dfbfa0a124ebcdbd827e1f8fef0a3ead4f798f3 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 1 Jul 2022 15:48:42 -0700 Subject: [PATCH] Added :gen-class --- src/wallfly/core.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wallfly/core.clj b/src/wallfly/core.clj index e969f23..94bb33e 100644 --- a/src/wallfly/core.clj +++ b/src/wallfly/core.clj @@ -11,7 +11,8 @@ MqttClient MqttConnectOptions MqttMessage] - org.eclipse.paho.client.mqttv3.persist.MemoryPersistence)) + org.eclipse.paho.client.mqttv3.persist.MemoryPersistence) + (:gen-class)) (defn- create-mqtt-client [broker-uri client-id mqtt-username passwd] (let [opts (doto (MqttConnectOptions.)