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 140 forks source link

zunit_resolutionRules is no longer a required build property #306

Closed dennis-behm closed 1 year ago

dennis-behm commented 1 year ago

dbb-zappbuild 3.0 is replacing the <langPrefix>_resolutionRules with <langPrefix>_dependencySearch because of the need to switch to SearchPathDependencyResolver.

zunit_resolutionRules needs to be removed from the list of required build properties for the language script zUnitConfig.groovy. https://github.com/IBM/dbb-zappbuild/blob/83fbf1989b10f52319c1fb13757a06664209b13b/build-conf/ZunitConfig.properties#L5

dennis-behm commented 1 year ago

This is resolved with release zAppBuild 3.1.0.