We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccdd49 commit 4bd5d68Copy full SHA for 4bd5d68
samples/build.gradle
@@ -8,12 +8,15 @@ version = '0.1.0'
8
def grpcVersion = '1.59.0'
9
archivesBaseName = 'durabletask-samples'
10
11
+bootJar {
12
+ mainClass = 'io.durabletask.samples.WebApplication'
13
+}
14
+
15
task runWebAppToDurableTaskSchedulerSample(type: JavaExec) {
16
classpath = sourceSets.main.runtimeClasspath
17
mainClass = 'io.durabletask.samples.WebAppToDurableTaskSchedulerSample'
18
}
19
-
20
dependencies {
21
implementation project(':client')
22
implementation project(':azuremanaged')
0 commit comments