Build with CocoaPods plugin fails if CONFIGRATION contains spaces
#KT-48771 Merge-request: KT-MR-4724
This commit is contained in:
committed by
Space
parent
0bd4dbc0c1
commit
57ce178bb3
+2
-2
@@ -1492,7 +1492,7 @@ class CocoaPodsIT : BaseGradleIT() {
|
||||
"${'$'}REPO_ROOT/../gradlew" -p "${'$'}REPO_ROOT" ${'$'}KOTLIN_PROJECT_PATH:syncFramework \
|
||||
-Pkotlin.native.cocoapods.platform=${'$'}PLATFORM_NAME \
|
||||
-Pkotlin.native.cocoapods.archs="${'$'}ARCHS" \
|
||||
-Pkotlin.native.cocoapods.configuration=${'$'}CONFIGURATION
|
||||
-Pkotlin.native.cocoapods.configuration="${'$'}CONFIGURATION"
|
||||
SCRIPT
|
||||
}
|
||||
]
|
||||
@@ -1529,7 +1529,7 @@ class CocoaPodsIT : BaseGradleIT() {
|
||||
"${'$'}REPO_ROOT/../gradlew" -p "${'$'}REPO_ROOT" ${'$'}KOTLIN_PROJECT_PATH:syncFramework \
|
||||
-Pkotlin.native.cocoapods.platform=${'$'}PLATFORM_NAME \
|
||||
-Pkotlin.native.cocoapods.archs="${'$'}ARCHS" \
|
||||
-Pkotlin.native.cocoapods.configuration=${'$'}CONFIGURATION
|
||||
-Pkotlin.native.cocoapods.configuration="${'$'}CONFIGURATION"
|
||||
SCRIPT
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user