clojure-android / lein-droid

A Leiningen plugin for building Clojure/Android projects
Eclipse Public License 1.0
645 stars 56 forks source link

neko dependency missing #1

Closed trptcolin closed 12 years ago

trptcolin commented 12 years ago

Where does the [neko/neko "1.0.1-SNAPSHOT"] dependency live?

colin:clojuroid/ $ lein droid build
Could not find artifact neko:neko:pom:1.0.1-SNAPSHOT in central (http://repo1.maven.org/maven2)
Could not find artifact neko:neko:pom:1.0.1-SNAPSHOT in clojars (http://clojars.org/repo/)
Could not find artifact neko:neko:jar:1.0.1-SNAPSHOT in central (http://repo1.maven.org/maven2)
Could not find artifact neko:neko:jar:1.0.1-SNAPSHOT in clojars (http://clojars.org/repo/)
org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact neko:neko:jar:1.0.1-SNAPSHOT in central (http://repo1.maven.org/maven2)

Is there another repository I need to add to profiles.clj or somewhere else?

alexander-yakushev commented 12 years ago

I'm sorry! I used a workaround to test it as a local dependency, and forgot to push.

Just pushed, should work now.

trptcolin commented 12 years ago

Great, thanks!