Skip to content

Commit 9ae36cf

Browse files
committed
Change target back to 1.7
doesn't compile b/c channels implement AutoCloseable, added in JDK 7.
1 parent 30d53a5 commit 9ae36cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-contrib/rxjava-quasar/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'osgi'
22

33
sourceCompatibility = JavaVersion.VERSION_1_6
4-
targetCompatibility = JavaVersion.VERSION_1_6
4+
targetCompatibility = JavaVersion.VERSION_1_7
55

66
configurations {
77
quasar

0 commit comments

Comments
 (0)