IBM / dbb-zappbuild

zAppBuild is a generic build solution for building z/OS applications using Apache Groovy build scripts and IBM Dependency Based Build (DBB) APIs.
Apache License 2.0
40 stars 124 forks source link

Refactoring loading build properties #402

Closed dennis-behm closed 10 months ago

dennis-behm commented 11 months ago

zAppBuild is leveraging 3 properties buildPropFiles, applicationDefaultPropFiles and applicationPropFiles, that each define a list of additional properties to load to configure zAppBuild.

The PR is proposing the following changes: