Skip to content

Commit

Permalink
Remove Java 8 targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnield authored May 17, 2017
1 parent 71bc3a0 commit 45c2b19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ apply plugin: 'nebula.rxjava-project'
apply plugin: 'kotlin'
apply plugin: 'java'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
compile 'io.reactivex.rxjava2:rxjava:2.0.7'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
Expand Down

0 comments on commit 45c2b19

Please sign in to comment.