Skip to content

Commit

Permalink
Merge pull request JakeWharton#50 from sddamico/update-aar-output-path
Browse files Browse the repository at this point in the history
Update install task's path for fetching the aar artifact
  • Loading branch information
JakeWharton committed Aug 11, 2014
2 parents 5e4250f + 46c497a commit 5d498b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ task install(type: Exec, dependsOn: assemble) {
"-DartifactId=hugo-runtime",
"-Dversion=${version}",
"-Dpackaging=aar",
"-Dfile=build/libs/hugo-runtime-${version}.aar"
"-Dfile=build/outputs/aar/hugo-runtime-${version}.aar"
]
}

Expand Down

0 comments on commit 5d498b8

Please sign in to comment.