Skip to content

Commit f281f09

Browse files
committed
Revert "Fix broken install task due to module renaming"
This reverts commit 6516ca4.
1 parent 6516ca4 commit f281f09

File tree

49 files changed

+3
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3
-4
lines changed
File renamed without changes.

samples-build-wrapper/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apply plugin: 'java'
2-
apply plugin: 'maven'
32

4-
tasks.install.doLast {
3+
tasks.assemble.doLast {
54
def androidHome = System.getenv("ANDROID_HOME")
65
if (androidHome) {
76
println "Found ANDROID_HOME at $androidHome"

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rootProject.name='rxandroid-project'
2-
include 'rxandroid', 'samples-build-wrapper'
1+
rootProject.name='rxandroid'
2+
include 'library', 'samples-build-wrapper'

0 commit comments

Comments
 (0)