Obfuscating clojure uberjars with ProGuard
问题 I was wondering if anybody has any experience with obfuscating their leiningen compiled uberjars with proguard. I've tried my best to look for a solution on Google but couldn't really find an answer. I'm wondering if this is at all possible. I've been trying to obfuscate a default lein project. Here's the core.clj file: (ns proguard.core (:gen-class)) (defn -main "I don't do a whole lot." [& args] (println "Hello, World!")) the project file: (defproject proguard "0.1.0-SNAPSHOT" :description