You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a clojure file inside the path src/main/clojure/com/play/core.clj
Namespace declaration looks like (ns com.play.core) mvn install throws an exception
[ERROR] Failed to execute goal org.cloudhoist.plugin:zi:0.5.5:compile (default-compile) on project play: Compilation failure: Compilation failure:
[ERROR] D:\projects\play\src\main\clojure\com\play\core.clj:[0,0] Unsupported character: \com
The text was updated successfully, but these errors were encountered:
We have a clojure file inside the path
src/main/clojure/com/play/core.clj
Namespace declaration looks like
(ns com.play.core)
mvn install
throws an exceptionThe text was updated successfully, but these errors were encountered: