Skip to content

Commit 34c73f1

Browse files
authored
Update build.gradle (#17)
1 parent b9abd88 commit 34c73f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ dependencies
5151
// CICS bundle build, CICS bundle build, specify defaultJVMServer value to match CICS JVMSERVER name
5252
cicsBundle {
5353
build {
54-
defaultJVMServer = project.findProperty("jvmserver") ?: "DFHWLP"
54+
defaultJVMServer = project.findProperty("cics.jvmserver") ?: "DFHWLP"
5555
}
5656
}

0 commit comments

Comments
 (0)