Skip to content

Commit 022bcec

Browse files
committed
fix: add commons-cli to scaffold build.gradle
Required by the nexus ClientOptions class which is included as a dependency of the nexus variant samples.
1 parent 3aa4ab7 commit 022bcec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

temporal-sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ scaffold:
1010
implementation "io.temporal:temporal-envconfig:{{sdk_version}}"
1111
implementation "ch.qos.logback:logback-classic:1.5.6"
1212
implementation "commons-lang:commons-lang:2.6"
13+
implementation "commons-cli:commons-cli:1.9.0"
1314
}
1415
task execute(type: JavaExec) {
1516
mainClass = findProperty("mainClass") ?: ""

0 commit comments

Comments
 (0)