Whole module IR serialization/deserialization.
With public descriptors inserted and wrapped ones used instead of the locals.
This commit is contained in:
committed by
alexander-gorshenev
parent
21852ec2a3
commit
cfe153c742
+4
-1
@@ -397,7 +397,10 @@ task bundle(type: (isWindows()) ? Zip : Tar) {
|
||||
}
|
||||
|
||||
destinationDir = file('.')
|
||||
if (!isWindows()) {
|
||||
|
||||
if (isWindows()) {
|
||||
zip64 true
|
||||
} else {
|
||||
extension = 'tar.gz'
|
||||
compression = Compression.GZIP
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user