diff --git a/project.clj b/project.clj index fd387b6..ed084c6 100644 --- a/project.clj +++ b/project.clj @@ -16,4 +16,4 @@ [com.cognitect/transit-clj "1.0.333"]] :main ^:skip-aot activity-pub-poc.core :target-path "target/%s" - :profiles {:uberjar {:aot :all}}) + :profiles {}) diff --git a/test/activity_pub_poc/core_test.clj b/src/test/activity_pub_poc/core_test.clj similarity index 100% rename from test/activity_pub_poc/core_test.clj rename to src/test/activity_pub_poc/core_test.clj