Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWakelin authored Dec 19, 2024
1 parent 73b3d96 commit 670a4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ dependencies
// CICS bundle build, CICS bundle build, specify defaultJVMServer value to match CICS JVMSERVER name
cicsBundle {
build {
defaultJVMServer = project.findProperty("jvmserver") ?: "DFHWLP"
defaultJVMServer = project.findProperty("cics.jvmserver") ?: "DFHWLP"
}
}

0 comments on commit 670a4b9

Please sign in to comment.