Skip to content

Commit 7b96da0

Browse files
Update publish-module.gradle
1 parent d367f05 commit 7b96da0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/publish-module.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ afterEvaluate {
2929
publishing {
3030
publications {
3131
release(MavenPublication) {
32+
withJavadocJar()
33+
withSourcesJar()
34+
3235
groupId "com.github.leandroborgesferreira"
3336
artifactId "loading-button-android"
3437
version "2.4.0"

0 commit comments

Comments
 (0)