clojuresque to gradle version compatibility mapping

84 views
Skip to first unread message

Gary Deer

unread,
Dec 3, 2014, 12:02:51 PM12/3/14
to cloju...@googlegroups.com
Currently I'm using gradle 1.7 with clojuresque 1.6

I want to make sure these two versions are compatible.

I think it would be helpful to document which versions of clojuresque work for each version of gradle.

unfortunately I can't downgrade my version of gradle, so if no version of clojuresque works with gradle 1.7 I will have to take some time to learn plugin development and send patches to make it compatible.

Meikel Brandmeyer

unread,
Dec 3, 2014, 2:54:46 PM12/3/14
to cloju...@googlegroups.com
Hi,

I don't know of any incompatibility. Did you encounter any problems?

Kind regards
Meikel

--
Meikel Brandmeyer
Clojure Trainings
Kastellstraße 3
63526 Erlensee
VAT Id: DE 285 667 417

signature.asc

Gary Deer

unread,
Dec 4, 2014, 2:03:23 AM12/4/14
to cloju...@googlegroups.com

I'm getting this Error:
....

:clojureTest FAILED

FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':clojureTest'.

> Could not resolve all dependencies for configuration ':clojuresque'.

   > Could not find clojuresque:clojuresque-common-runtime:1.1.0.

     Required by:

         :myproject:0.1-SNAPSHOT

   > Could not find clojuresque:clojuresque-base-runtime:1.6.0.

     Required by:

         :myproject:0.1-SNAPSHOT



Here is part of my build.gradle file

apply plugin: "clojure"

buildscript {
    repositories {
        mavenCentral()
        maven { url 'http://clojars.org/repo' }
    }
    dependencies {
        classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.1.4.RELEASE'
        classpath 'clojuresque:clojuresque-base:1.6.0'
    }
}
dependencies {
    testCompile "org.clojure:clojure:1.6.0"
}

--
Sie erhalten diese Nachricht, weil Sie in Google Groups ein Thema der Gruppe "clojuresque" abonniert haben.
Wenn Sie sich von diesem Thema abmelden möchten, rufen Sie https://groups.google.com/d/topic/clojuresque/2t9ozIMrlFc/unsubscribe auf.
Wenn Sie sich von dieser Gruppe und allen Themen dieser Gruppe abmelden möchten, senden Sie eine E-Mail an clojuresque...@googlegroups.com.
Weitere Optionen: https://groups.google.com/d/optout

Meikel Brandmeyer

unread,
Dec 4, 2014, 2:37:37 AM12/4/14
to cloju...@googlegroups.com
You have to specify clojars as repository also outside the buildscript block. You will probably also need maven central or jcenter. Otherwise the next unresolved dependency will be clojure itself, I fancy.

Meikel
--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.
Reply all
Reply to author
Forward
0 new messages