We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a6bda commit d4cf435Copy full SHA for d4cf435
build.gradle
@@ -30,6 +30,10 @@ subprojects {
30
apply plugin: 'shadow'
31
group = "com.netflix.rxjava"
32
33
+ // everything defaults to 1.6
34
+ sourceCompatibility = JavaVersion.VERSION_1_6
35
+ targetCompatibility = JavaVersion.VERSION_1_6
36
+
37
// make 'examples' use the same classpath
38
configurations {
39
examplesCompile.extendsFrom compile
0 commit comments