From ca0a8be10f1eca1765aa3534a694577641648394 Mon Sep 17 00:00:00 2001 From: Dennis Behm Date: Tue, 26 Nov 2024 10:59:53 +0100 Subject: [PATCH] Fix PLI.groovy referencing a non-existent method (#574) * Address non-existent method exception in PLI groovy * Bump Fix version Signed-off-by: Dennis Behm --- languages/PLI.groovy | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/PLI.groovy b/languages/PLI.groovy index b888bdd7..e82a3849 100644 --- a/languages/PLI.groovy +++ b/languages/PLI.groovy @@ -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) diff --git a/version.properties b/version.properties index 3ac7fcaa..55650530 100644 --- a/version.properties +++ b/version.properties @@ -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