Skip to content

Commit 6b09e96

Browse files
committed
nits
1 parent bccf0a2 commit 6b09e96

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

common/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ tasks.register('pmd', Pmd) {
292292
html.required = true
293293
}
294294
}
295-
println "Project version: ${project.version}"
296295
// For publishing to the remote maven repo.
297296
afterEvaluate {
298297

@@ -388,7 +387,6 @@ tasks.configureEach { task ->
388387

389388
// This is used to generate the pom file for publishing to external maven in maven-release-jobs.yml
390389
tasks.withType(GenerateMavenPom).all {
391-
println "Generating POM: ${name}"
392390
if (name.contains("distDebug")) {
393391
destination = layout.buildDirectory.file("poms/common-debug-${project.version}.pom").get().asFile
394392
} else if (name.contains("distRelease")) {

common/src/main/java/com/microsoft/identity/common/sharedwithoneauth/OneAuthSharedFunctions.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ package com.microsoft.identity.common.sharedwithoneauth
2424

2525
import android.content.Context
2626
import androidx.annotation.WorkerThread
27-
import android.os.IInterface
2827
import com.microsoft.identity.common.components.AndroidPlatformComponentsFactory
2928
import com.microsoft.identity.common.internal.broker.MicrosoftAuthClient
3029
import com.microsoft.identity.common.internal.broker.ipc.AccountManagerAddAccountStrategy

0 commit comments

Comments
 (0)