JetBrains/xodus-dnq

Installation of local dev version?

jansorg opened this issue · 2 comments

I wanted to use the current version of Kotlin with Xodus (JetBrains/xodus#17). I can't see a way to install a local snapshot of xodus-dnq. Is there a way to do this?

./gradlew clean install reports that task install is unavailable.

jk1 commented

./gradlew -PpublishTo=http://maven.local publishToMavenLocal

Thanks