Hi experts, Does anyone know why I get this error ?
PS E:\zhenghe-repos\liquid> clojure -Sdeps '{:deps {mogenslund/liquid {:mvn/version "3.8.6"}}}' -m liq.core
Error while parsing option "--config-data {:deps {mogenslund/liquid {:mvn/version 3.8.6}}}": java.lang.NumberFormatException: Invalid number: 3.8.6
PS E:\zhenghe-repos\liquid> mvn -v
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: C:\Program Files\apache-maven-3.8.6
Java version: 17, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-17
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
PS E:\zhenghe-repos\liquid>This seems like an issue related to command parsing on windows. It might be helpful to ask in #clj-on-windows
thanks. I issued the command in git-bash and it works.
I followed this link to start liquid. https://github.com/mogenslund/liquid