We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17243c commit e88dbbdCopy full SHA for e88dbbd
build.gradle
@@ -283,7 +283,7 @@ subprojects {
283
// TODO: Remove this once Gradle automatically determines dependency types.
284
whenConfigured { pom ->
285
pom.dependencies.findAll { dependency ->
286
- if (dependency.artifactId != 'annotation') {
+ if (dependency.artifactId != 'annotation' && dependency.artifactId != 'lifecycle-common-java8') {
287
dependency.type = 'aar'
288
}
289
0 commit comments