Skip to content

Commit

Permalink
Fix build compatability options
Browse files Browse the repository at this point in the history
  • Loading branch information
eleventigers committed Jan 18, 2016
1 parent 17eb6bb commit b3ee543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions rxbus-dispatcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ dependencies {
testCompile rootProject.ext.truth
}

compileJava {
sourceCompatibility = rootProject.ext.javaVersion
targetCompatibility = rootProject.ext.javaVersion
}
sourceCompatibility = rootProject.ext.javaVersion
targetCompatibility = rootProject.ext.javaVersion

apply from: rootProject.file('gradle/mvn-push.gradle')
6 changes: 2 additions & 4 deletions rxbus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ dependencies {
testCompile rootProject.ext.mockito
}

compileJava {
sourceCompatibility = rootProject.ext.javaVersion
targetCompatibility = rootProject.ext.javaVersion
}
sourceCompatibility = rootProject.ext.javaVersion
targetCompatibility = rootProject.ext.javaVersion

apply from: rootProject.file('gradle/mvn-push.gradle')

0 comments on commit b3ee543

Please sign in to comment.