Skip to content

Commit

Permalink
Remove aar from pom file for lifecycle-common-java8.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 257438083
  • Loading branch information
ikim24 committed Jul 10, 2019
1 parent d17243c commit e88dbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ subprojects {
// TODO: Remove this once Gradle automatically determines dependency types.
whenConfigured { pom ->
pom.dependencies.findAll { dependency ->
if (dependency.artifactId != 'annotation') {
if (dependency.artifactId != 'annotation' && dependency.artifactId != 'lifecycle-common-java8') {
dependency.type = 'aar'
}
}
Expand Down

0 comments on commit e88dbbd

Please sign in to comment.