File tree 2 files changed +1
-66
lines changed
language-adaptors/rxjava-groovy
src/main/java/rx/lang/groovy
2 files changed +1
-66
lines changed Original file line number Diff line number Diff line change 1
- apply plugin : ' java'
2
1
apply plugin : ' groovy'
3
- apply plugin : ' eclipse'
4
- apply plugin : ' idea'
5
2
apply plugin : ' osgi'
6
3
7
4
dependencies {
8
5
compile project(' :rxjava-core' )
9
- groovy ' org.codehaus.groovy:groovy-all:2.+'
6
+ compile ' org.codehaus.groovy:groovy-all:2.+'
10
7
provided ' junit:junit-dep:4.10'
11
8
provided ' org.mockito:mockito-core:1.8.5'
12
9
}
13
10
14
- // include /src/examples folder
15
- sourceSets {
16
- examples
17
- }
18
-
19
- // make 'examples' use the same classpath
20
- configurations {
21
- examplesCompile. extendsFrom compile
22
- examplesRuntime. extendsFrom runtime
23
- }
24
-
25
- // include 'examples' in build task
26
- build. dependsOn examplesClasses
27
-
28
- eclipse {
29
- classpath {
30
- // include 'provided' dependencies on the classpath
31
- plusConfigurations + = configurations. provided
32
-
33
- downloadSources = true
34
- downloadJavadoc = true
35
- }
36
- }
37
-
38
- idea {
39
- module {
40
- // include 'provided' dependencies on the classpath
41
- scopes. PROVIDED . plus + = configurations. provided
42
- }
43
- }
44
-
45
11
jar {
46
12
manifest {
47
13
name = ' rxjava-groovy'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments