Skip to content

Commit

Permalink
Add lab api utilities to msal root project
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzaibj committed Aug 24, 2021
1 parent 6d76fe0 commit 441ae5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ pluginManagement {
}
}
include ':msal', ':common', ':keyvault', ':labapi', ':testutils', ':pop-benchmarker',
':package-inspector', ':msalautomationapp', ':uiautomationutilities', ':common4j'
':package-inspector', ':msalautomationapp', ':uiautomationutilities', ':common4j',
':LabApiUtilities'

project(':common').projectDir = new File('common/common')
project(':keyvault').projectDir = new File('common/keyvault')
project(':labapi').projectDir = new File('common/labapi')
project(':testutils').projectDir = new File('common/testutils')
project(':uiautomationutilities').projectDir = new File('common/uiautomationutilities')
project(':common4j').projectDir = new File('common/common4j')
project(':LabApiUtilities').projectDir = new File('common/LabApiUtilities')

// test apps
include ':testapps:sample'
Expand Down

0 comments on commit 441ae5d

Please sign in to comment.