Temporarily disabled zip and tar packing

This commit is contained in:
Ziver Koc 2021-08-29 15:01:44 +02:00
parent e863797030
commit 2d30b9451b

View file

@ -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'