Fork me on GitHub
#tools-deps
<
2020-12-18
>
jjttjj16:12:00

I'm trying to run this project with this deps.edn https://github.com/JetBrains/skija/blob/master/examples/clojure/deps.edn but when I run clj in the directory i get

Error building classpath. Could not find artifact org.jetbrains.skija:skija-native:jar:0.0.0-SNAPSHOT in central ()
Anyone know why it's not respecting the :mvn/repos ?

delaguardo17:12:51

there is no such package available in that repo try to use this instructions https://github.com/JetBrains/skija#using-skija

delaguardo17:12:23

replace this org.jetbrains.skija/skija-native {:mvn/version "0.0.0-SNAPSHOT"} with that org.jetbrains.skija/skija-%platform% {:mvn/version "0.6.41"} do not forget to substitute %platform% with yours

jjttjj17:12:13

That was it, thank you !

mike_ananev21:12:31

org.jetbrains.skija/skija-macos          {:mvn/version "0.6.43"}