Fixed broken run execution

This commit is contained in:
Ziver Koc 2025-12-24 12:35:29 +01:00
parent b9168e117f
commit 92d6d0886f

View file

@ -90,13 +90,6 @@ distributions {
from 'logging.properties'
from 'run.sh'
if (file('hal.conf').exists()) {
from 'hal.conf'
}
if (file('hal.db').exists()) {
from 'hal.db'
}
// from subprojects
project.subprojects.each { subProject ->
into('bin') {