Skip to content

Commit 1b2a938

Browse files
committed
fix: publish error
1 parent 18ec179 commit 1b2a938

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

speld/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ android {
3737
compose true
3838
}
3939
namespace 'com.yogeshpaliyal.speld'
40-
publishing {
41-
singleVariant("release") {
42-
withSourcesJar()
43-
}
44-
}
40+
}
41+
42+
afterEvaluate {
43+
generateMetadataFileForMavenPublication.dependsOn androidSourcesJar
4544
}
4645

4746
dependencies {

0 commit comments

Comments
 (0)