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 ->
35
35
println " *** (${ currentBuildFileNumber++} /${ sortedList.size()} ) Building file $buildFile "
36
36
37
37
// Check if this a testcase
38
- isZUnitTestCase = buildUtils. isGeneratedzUnitTestCaseProgram (buildFile)
38
+ isZUnitTestCase = buildUtils. isGeneratedTazTestCaseProgram (buildFile)
39
39
40
40
// configure SearchPathDependencyResolver
41
41
String dependencySearch = props. getFileProperty(' pli_dependencySearch' , buildFile)
Original file line number Diff line number Diff line change 2
2
# delivered via the public github repository
3
3
# https://github.com/IBM/dbb-zappbuild.
4
4
# Helps to understand from which version a copy was taken.
5
- zappbuild_baseVersion =3.10.0
5
+ zappbuild_baseVersion =3.10.1
6
6
7
7
# use this property to add you own version suffix to indicate
8
8
# contributed enhancements and your own revisions
You can’t perform that action at this time.
0 commit comments