Skip to content

Commit

Permalink
Added sdkConfig to project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Nov 24, 2023
1 parent 63bd289 commit a9f7f67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildSrc/src/main/kotlin/ProjectConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ fun loadInstrumentationTestConfigProperties(project: Project, defaultConfig: Def
"tests.sdk.enrollmentServerUrl",
"tests.sdk.operationsServerUrl",
"tests.sdk.inboxServerUrl",
"tests.sdk.appKey",
"tests.sdk.appSecret",
"tests.sdk.masterServerPublicKey"
"tests.sdk.sdkConfig"
)

project.logger.info("LOADING_PROPERTIES Reading $configPropertiesFile")
Expand Down

0 comments on commit a9f7f67

Please sign in to comment.