Skip to content

Commit

Permalink
Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Aug 21, 2015
1 parent a004e04 commit a2d3ab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ description = 'RxJava: Reactive Extensions for the JVM – a library for composi
apply plugin: 'rxjava-project'
apply plugin: 'java'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
testCompile 'junit:junit-dep:4.10'
testCompile 'org.mockito:mockito-core:1.8.5'
Expand Down

0 comments on commit a2d3ab8

Please sign in to comment.