Skip to content

Commit 4bd5d68

Browse files
committed
fix
1 parent fccdd49 commit 4bd5d68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ version = '0.1.0'
88
def grpcVersion = '1.59.0'
99
archivesBaseName = 'durabletask-samples'
1010

11+
bootJar {
12+
mainClass = 'io.durabletask.samples.WebApplication'
13+
}
14+
1115
task runWebAppToDurableTaskSchedulerSample(type: JavaExec) {
1216
classpath = sourceSets.main.runtimeClasspath
1317
mainClass = 'io.durabletask.samples.WebAppToDurableTaskSchedulerSample'
1418
}
1519

16-
1720
dependencies {
1821
implementation project(':client')
1922
implementation project(':azuremanaged')

0 commit comments

Comments
 (0)