Skip to content

Commit 4f23099

Browse files
committed
try fix publication
1 parent 62f7b98 commit 4f23099

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

gradle/publish-android.gradle

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,17 @@ afterEvaluate {
3535
publishing {
3636
publications {
3737
release(MavenPublication) {
38-
from components.release
39-
4038
groupId project.ext.navigationArtifactGroupId
4139
version project.ext.versionName
4240

4341
artifactId "${artifactId.replace("libandroid-", "")}-android"
4442

45-
// artifact(bundleReleaseAar) {
46-
// builtBy bundleReleaseAar
47-
// }
48-
//
49-
// artifact tasks.androidJavadocsJar
50-
// artifact tasks.androidSourcesJar
43+
artifact(bundleReleaseAar) {
44+
builtBy bundleReleaseAar
45+
}
46+
47+
artifact tasks.androidJavadocsJar
48+
artifact tasks.androidSourcesJar
5149

5250
pom {
5351
name = project.ext.navigationArtifactTitle

0 commit comments

Comments
 (0)