Skip to content

Commit 53ed470

Browse files
committed
s
1 parent 6545184 commit 53ed470

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

library/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,13 @@ afterEvaluate {
9393
groupId = 'com.github.smartbank-inc'
9494
artifactId = 'android-rectangle-detector'
9595
version = version_name
96-
artifact androidSourcesJar
97-
artifact androidJavadocsJar
96+
artifact(androidSourcesJar)
97+
artifact(androidJavadocsJar)
9898
}
9999
}
100100
}
101+
102+
tasks.withType(GenerateModuleMetadata).configureEach {
103+
dependsOn(androidSourcesJar, androidJavadocsJar)
104+
}
101105
}

0 commit comments

Comments
 (0)