Skip to content

Commit e88dbbd

Browse files
committed
Remove aar from pom file for lifecycle-common-java8.
PiperOrigin-RevId: 257438083
1 parent d17243c commit e88dbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ subprojects {
283283
// TODO: Remove this once Gradle automatically determines dependency types.
284284
whenConfigured { pom ->
285285
pom.dependencies.findAll { dependency ->
286-
if (dependency.artifactId != 'annotation') {
286+
if (dependency.artifactId != 'annotation' && dependency.artifactId != 'lifecycle-common-java8') {
287287
dependency.type = 'aar'
288288
}
289289
}

0 commit comments

Comments
 (0)