File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ sortedList.each { buildFile ->
3535 println " *** (${ currentBuildFileNumber++} /${ sortedList.size()} ) Building file $buildFile "
3636
3737 // Check if this a testcase
38- isZUnitTestCase = buildUtils. isGeneratedzUnitTestCaseProgram (buildFile)
38+ isZUnitTestCase = buildUtils. isGeneratedTazTestCaseProgram (buildFile)
3939
4040 // configure SearchPathDependencyResolver
4141 String dependencySearch = props. getFileProperty(' pli_dependencySearch' , buildFile)
Original file line number Diff line number Diff line change 22# delivered via the public github repository
33# https://github.com/IBM/dbb-zappbuild.
44# Helps to understand from which version a copy was taken.
5- zappbuild_baseVersion =3.10.0
5+ zappbuild_baseVersion =3.10.1
66
77# use this property to add you own version suffix to indicate
88# contributed enhancements and your own revisions
You can’t perform that action at this time.
0 commit comments