File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
language-adaptors/rxjava-clojure
src/main/java/rx/lang/clojure/interop Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ dependencies {
66
77 // clojure
88 compile ' org.clojure:clojure:1.4.+'
9-
9+
1010 // this should be 'compile' for the 'examples' module ... can't figure that out right now so making 'provided'
1111 provided ' clj-http:clj-http:0.6.4' // https://clojars.org/clj-http
1212}
1313
1414tasks. compileExamplesClojure. classpath = files(tasks. compileClojure. destinationDir) + tasks. compileClojure. classpath
1515
16- clojureTest. dependsOn compileTestJava
1716/*
1817 * Clojure
1918 */
@@ -38,7 +37,7 @@ eclipse {
3837 }
3938}
4039
41- tasks. clojureTest {
40+ tasks. clojureTest {
4241 classpath = classpath + configurations. provided
4342}
4443
File renamed without changes.
You can’t perform that action at this time.
0 commit comments