Typo in restricted exclude.
This commit is contained in:
+1
-1
@@ -496,7 +496,7 @@ task bundleRestricted(type: Tar) {
|
||||
exclude 'klib/testLibrary'
|
||||
platformManager.targetValues.each { target ->
|
||||
if (PlatformInfo.isAppleTarget(target))
|
||||
exclude 'klib/platform/${target.name}'
|
||||
exclude "klib/platform/${target.name}"
|
||||
}
|
||||
into baseName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user