IBM / dbb-zappbuild

zAppBuild is a generic build solution for building z/OS applications using Apache Groovy build scripts and IBM Dependency Based Build (DBB) APIs.
Apache License 2.0
40 stars 123 forks source link

Encoding issue with new OR concatenation #457

Closed dennis-behm closed 6 months ago

dennis-behm commented 6 months ago

Test framework failing due to an encoding issue of the develop branch .

450: Unexpected character: ' ' @ line 450, column 35.
        } else if (isDLI(logicalFile) || isIMS(logicalFile)) {
                                     ^

1 error

https://github.com/IBM/dbb-zappbuild/blob/f9257a10d765f1ac8ced1adb0a3d55e025327483/utilities/BuildUtilities.groovy#L450

dennis-behm commented 6 months ago

Resolved