Skip to content

Commit d4cf435

Browse files
everything defaults to 1.6
1 parent 16a6bda commit d4cf435

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ subprojects {
3030
apply plugin: 'shadow'
3131
group = "com.netflix.rxjava"
3232

33+
// everything defaults to 1.6
34+
sourceCompatibility = JavaVersion.VERSION_1_6
35+
targetCompatibility = JavaVersion.VERSION_1_6
36+
3337
// make 'examples' use the same classpath
3438
configurations {
3539
examplesCompile.extendsFrom compile

0 commit comments

Comments
 (0)