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
42 stars 144 forks source link

Hard coded library name in Assembler.groovy #227

Closed dennis-behm closed 2 years ago

dennis-behm commented 2 years ago

In Assembler.groovy, there is a hardcoded library name, which should rather be retrieved from the dataset properties config

https://github.com/IBM/dbb-zappbuild/blob/06ff114ee22b4e41a09aa0640ac75b7e56c70521/languages/Assembler.groovy#L298

dennis-behm commented 2 years ago

Delivered via #237 to both main(DBB Toolkit Version 2.0 stream) and zAppBuild_2_x (DBB Toolkit Version 1.x stream)