Skip to content

Commit

Permalink
Merge pull request #330 from daveray/issue-327-clojure-build
Browse files Browse the repository at this point in the history
Make DummyObservable visible to clojureTest classpath.
  • Loading branch information
benjchristensen committed Aug 31, 2013
2 parents 6a7ee81 + a76e752 commit 4f24e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions language-adaptors/rxjava-clojure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ dependencies {

// clojure
compile 'org.clojure:clojure:1.4.+'

// this should be 'compile' for the 'examples' module ... can't figure that out right now so making 'provided'
provided 'clj-http:clj-http:0.6.4' // https://clojars.org/clj-http
}

tasks.compileExamplesClojure.classpath = files(tasks.compileClojure.destinationDir) + tasks.compileClojure.classpath

clojureTest.dependsOn compileTestJava
/*
* Clojure
*/
Expand All @@ -38,7 +37,7 @@ eclipse {
}
}

tasks.clojureTest {
tasks.clojureTest {
classpath = classpath + configurations.provided
}

Expand Down

0 comments on commit 4f24e3d

Please sign in to comment.