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 {
6
6
7
7
// clojure
8
8
compile ' org.clojure:clojure:1.4.+'
9
-
9
+
10
10
// this should be 'compile' for the 'examples' module ... can't figure that out right now so making 'provided'
11
11
provided ' clj-http:clj-http:0.6.4' // https://clojars.org/clj-http
12
12
}
13
13
14
14
tasks. compileExamplesClojure. classpath = files(tasks. compileClojure. destinationDir) + tasks. compileClojure. classpath
15
15
16
- clojureTest. dependsOn compileTestJava
17
16
/*
18
17
* Clojure
19
18
*/
@@ -38,7 +37,7 @@ eclipse {
38
37
}
39
38
}
40
39
41
- tasks. clojureTest {
40
+ tasks. clojureTest {
42
41
classpath = classpath + configurations. provided
43
42
}
44
43
File renamed without changes.
You can’t perform that action at this time.
0 commit comments