Skip to content

Commit db9fb09

Browse files
authored
Merge pull request #575 from IBM/develop
Release zAppBuild 3.10.1
2 parents 7527814 + ca0a8be commit db9fb09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

languages/PLI.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)