Temporarily disabled zip and tar packing
This commit is contained in:
parent
e863797030
commit
2d30b9451b
1 changed files with 4 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ subprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------------
|
// ------------------------------------
|
||||||
// Hal core configuration
|
// Hal general configuration
|
||||||
// ------------------------------------
|
// ------------------------------------
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
@ -53,6 +53,9 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
distributions {
|
distributions {
|
||||||
|
distTar.enabled = false
|
||||||
|
distZip.enabled = false
|
||||||
|
|
||||||
main {
|
main {
|
||||||
contents {
|
contents {
|
||||||
from 'hal.conf.example'
|
from 'hal.conf.example'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue