Skip to content

Commit

Permalink
Merge pull request #575 from IBM/develop
Browse files Browse the repository at this point in the history
Release zAppBuild 3.10.1
  • Loading branch information
dennis-behm authored Nov 26, 2024
2 parents 7527814 + ca0a8be commit db9fb09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/PLI.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sortedList.each { buildFile ->
println "*** (${currentBuildFileNumber++}/${sortedList.size()}) Building file $buildFile"

// Check if this a testcase
isZUnitTestCase = buildUtils.isGeneratedzUnitTestCaseProgram(buildFile)
isZUnitTestCase = buildUtils.isGeneratedTazTestCaseProgram(buildFile)

// configure SearchPathDependencyResolver
String dependencySearch = props.getFileProperty('pli_dependencySearch', buildFile)
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# delivered via the public github repository
# https://github.com/IBM/dbb-zappbuild.
# Helps to understand from which version a copy was taken.
zappbuild_baseVersion=3.10.0
zappbuild_baseVersion=3.10.1

# use this property to add you own version suffix to indicate
# contributed enhancements and your own revisions
Expand Down

0 comments on commit db9fb09

Please sign in to comment.