File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -151,3 +151,7 @@ tasks {
151
151
archives(sourcesJar)
152
152
}
153
153
}
154
+
155
+ project.afterEvaluate {
156
+ project.tasks[" signMsalPublication" ].dependsOn(" sourcesJar" )
157
+ }
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ configure<PublishingExtension> {
11
11
publications {
12
12
create<MavenPublication >(publicationName) {
13
13
artifactId = property(" ARTIFACT_ID" ).toString()
14
- // artifact("$buildDir/outputs/aar/ ${project.name}-release.aar ")
15
- artifact(" $buildDir /outputs/aar/msal -${project.version} .aar" )
14
+ artifact(" $buildDir /libs/ ${project.name} -${project.version} -sources.jar " )
15
+ artifact(" $buildDir /outputs/aar/${project.name} -${project.version} .aar" )
16
16
17
17
pom {
18
18
name.set(property(" DISPLAY_NAME" ).toString())
You can’t perform that action at this time.
0 commit comments