Skip to content

Commit d2631ec

Browse files
committed
Removing Java GroovyAdaptor - will be replaced by Groovy idiomatic version
1 parent 6020f10 commit d2631ec

File tree

2 files changed

+1
-66
lines changed

2 files changed

+1
-66
lines changed

language-adaptors/rxjava-groovy/build.gradle

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,13 @@
1-
apply plugin: 'java'
21
apply plugin: 'groovy'
3-
apply plugin: 'eclipse'
4-
apply plugin: 'idea'
52
apply plugin: 'osgi'
63

74
dependencies {
85
compile project(':rxjava-core')
9-
groovy 'org.codehaus.groovy:groovy-all:2.+'
6+
compile 'org.codehaus.groovy:groovy-all:2.+'
107
provided 'junit:junit-dep:4.10'
118
provided 'org.mockito:mockito-core:1.8.5'
129
}
1310

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-
4511
jar {
4612
manifest {
4713
name = 'rxjava-groovy'

language-adaptors/rxjava-groovy/src/main/java/rx/lang/groovy/GroovyAdaptor.java

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)