Skip to content

Commit

Permalink
Change target back to 1.7
Browse files Browse the repository at this point in the history
doesn't compile b/c channels implement AutoCloseable, added in JDK 7.
  • Loading branch information
pron committed Mar 27, 2014
1 parent 30d53a5 commit 9ae36cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rxjava-contrib/rxjava-quasar/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'osgi'

sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_7

configurations {
quasar
Expand Down

0 comments on commit 9ae36cf

Please sign in to comment.