[build][restrict] makes bundle dependent on bundleRestricted
This commit is contained in:
committed by
Vasily Levchenko
parent
2702f98f6a
commit
0286001684
@@ -404,6 +404,9 @@ task crossDist {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task bundle(type: (isWindows()) ? Zip : Tar) {
|
task bundle(type: (isWindows()) ? Zip : Tar) {
|
||||||
|
if (isMac()) {
|
||||||
|
dependsOn('bundleRestricted')
|
||||||
|
}
|
||||||
def simpleOsName = HostManager.simpleOsName()
|
def simpleOsName = HostManager.simpleOsName()
|
||||||
baseName = "kotlin-native-$simpleOsName-$konanVersionFull"
|
baseName = "kotlin-native-$simpleOsName-$konanVersionFull"
|
||||||
from("$project.rootDir/dist") {
|
from("$project.rootDir/dist") {
|
||||||
|
|||||||
Reference in New Issue
Block a user