Skip to content

Commit

Permalink
Revert "Fix broken install task due to module renaming"
Browse files Browse the repository at this point in the history
This reverts commit 6516ca4.
  • Loading branch information
mttkay committed Nov 12, 2014
1 parent 6516ca4 commit f281f09
Show file tree
Hide file tree
Showing 49 changed files with 3 additions and 4 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions samples-build-wrapper/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apply plugin: 'java'
apply plugin: 'maven'

tasks.install.doLast {
tasks.assemble.doLast {
def androidHome = System.getenv("ANDROID_HOME")
if (androidHome) {
println "Found ANDROID_HOME at $androidHome"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name='rxandroid-project'
include 'rxandroid', 'samples-build-wrapper'
rootProject.name='rxandroid'
include 'library', 'samples-build-wrapper'

0 comments on commit f281f09

Please sign in to comment.