improved logging and execution from repo

This commit is contained in:
Ziver Koc 2025-12-24 04:18:58 +01:00
parent 1779916d97
commit 1f40d4b1f2
2 changed files with 10 additions and 1 deletions

View file

@ -90,6 +90,13 @@ 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') {