mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Do not include directories in tar gz (WI-9979)
This commit is contained in:
@@ -599,6 +599,7 @@ binding.setVariable("buildTarGz", { String tarRoot, String tarPath, List paths -
|
||||
tarfileset(dir: it, prefix: tarRoot) {
|
||||
exclude(name: "bin/*.sh")
|
||||
exclude(name: "bin/fsnotifier*")
|
||||
type(type: "file")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -606,6 +607,7 @@ binding.setVariable("buildTarGz", { String tarRoot, String tarPath, List paths -
|
||||
tarfileset(dir: it, filemode: "755", prefix: tarRoot) {
|
||||
include(name: "bin/*.sh")
|
||||
include(name: "bin/fsnotifier*")
|
||||
type(type: "file")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user