How to migrate to 2.0.0

99 views
Skip to first unread message

Rayn Cort

unread,
Jan 21, 2016, 10:20:16 PM1/21/16
to clojuresque
Hello people. I just know there is this version 2.0.0 since last october.
My build process freezes  here: > Building 7% > :compileClojure
Because this is hosted on jcenter instead of clojars, so i changed my gradle to this:

repositories { 
      jcenter() 
    }

dependencies {
    classpath "de.kotka.clojuresque:clojuresque:2.0.0"
    classpath 'de.kotka.clojuresque:clojuresque-nrepl:2.0.0'
    }
apply plugin: 'de.kotka.clojuresque.clojure'
apply plugin: 'de.kotka.clojuresque.nrepl'

Is this all we have to do?

Thanks in advance.

Reply all
Reply to author
Forward
0 new messages