Skip to content

Commit 9006ac1

Browse files
authored
Artifacts issu2 (#393)
* added artifact again * added artifact again
1 parent 18a3f92 commit 9006ac1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ android {
4141
lint {
4242
disable.add("ObsoleteLintCustomCheck")
4343
}
44-
publishing {
45-
singleVariant("release") {
46-
withJavadocJar()
47-
withSourcesJar()
48-
}
49-
}
5044
namespace = "com.adevinta.mappicker"
5145
}
5246

leku/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ android {
4949
}
5050
publishing {
5151
singleVariant("release") {
52-
withJavadocJar()
5352
withSourcesJar()
5453
}
5554
}

0 commit comments

Comments
 (0)