Skip to content

Commit 7245732

Browse files
committed
nits
1 parent d9efda5 commit 7245732

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

msal/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,12 @@ afterEvaluate {
180180
// Task to generate javadoc.jar
181181
task 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

188187
task 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'

0 commit comments

Comments
 (0)