Skip to content

Commit

Permalink
implement Java plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnield committed May 3, 2017
1 parent d559516 commit 7d6cdaf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ buildscript {

group = 'io.reactivex.rxjava2'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

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'
Expand Down

0 comments on commit 7d6cdaf

Please sign in to comment.