Skip to content

Commit c253fee

Browse files
committed
redoing some old gradle upgrade changes
1 parent f024e83 commit c253fee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

uiautomationutilities/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (project.hasProperty("uiElementTimeout")) {
2121
}
2222

2323
android {
24-
24+
namespace "com.microsoft.identity.client.ui.automation"
2525
testOptions {
2626
compileOptions {
2727
// Flag to enable support for the new language APIs
@@ -148,9 +148,11 @@ android {
148148

149149
task sourcesJar(type: Jar) {
150150
from android.sourceSets.main.java.srcDirs
151-
classifier 'sources'
151+
// classifier 'sources'
152+
archiveClassifier.set('sources')
152153
}
153154

155+
154156
tasks.whenTaskAdded { task ->
155157
if (task.name == 'assembleDebug' || task.name == 'assembleRelease') {
156158
task.dependsOn 'sourcesJar'

0 commit comments

Comments
 (0)