File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
language-adaptors/rxjava-clojure Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ dependencies {
6
6
7
7
// clojure
8
8
compile ' org.clojure:clojure:1.4.+'
9
- // compile 'clj-http:clj-http:0.6.4' // https://clojars.org/clj-http
9
+ provided ' clj-http:clj-http:0.6.4' // https://clojars.org/clj-http
10
10
}
11
11
12
+ tasks. compileExamplesClojure. classpath = files(tasks. compileClojure. destinationDir) + tasks. compileClojure. classpath
13
+
12
14
/*
13
15
* Clojure
14
16
*/
15
17
aotCompile = true
16
- warnOnReflection = true
18
+ warnOnReflection = false
17
19
18
20
buildscript {
19
21
repositories { maven { url " http://clojars.org/repo" } }
@@ -37,10 +39,6 @@ tasks.clojureTest {
37
39
classpath = classpath + configurations. provided
38
40
}
39
41
40
- tasks. compileExamplesClojure {
41
- classpath = classpath + configurations. provided
42
- }
43
-
44
42
jar {
45
43
manifest {
46
44
name = ' rxjava-clojure'
You can’t perform that action at this time.
0 commit comments