File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -180,14 +180,12 @@ afterEvaluate {
180180// Task to generate javadoc.jar
181181task javadocJar (type : Jar , dependsOn : javadoc) {
182182 from javadoc. destinationDir
183- // classifier 'javadoc'
184183 archiveClassifier. set(' javadoc' )
185184 destinationDirectory = reporting. file(" $project . buildDir /outputs/jar/" )
186185}
187186
188187task sourcesJar (type : Jar ) {
189188 from android. sourceSets. main. java. srcDirs
190- // classifier 'sources'
191189 archiveClassifier. set(' sources' )
192190 destinationDirectory = reporting. file(" $project . buildDir /outputs/jar/" )
193191}
@@ -327,8 +325,6 @@ afterEvaluate {
327325// }
328326 publishing {
329327 publications {
330- // distRelease(MavenPublication) {
331-
332328 msal(MavenPublication ) {
333329 from components. findByName(' distRelease' )
334330 groupId ' com.microsoft.identity.client'
You can’t perform that action at this time.
0 commit comments