Skip to content

Commit dbf574b

Browse files
committed
add rundts task
1 parent 1c98930 commit dbf574b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

samples/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
plugins {
22
id 'org.springframework.boot' version '2.5.2'
33
id 'java'
4-
id 'application'
54
}
65

76
group 'io.durabletask'
87
version = '0.1.0'
98
def grpcVersion = '1.59.0'
109
archivesBaseName = 'durabletask-samples'
1110

12-
application {
11+
task runWebAppToDurableTaskSchedulerSample(type: JavaExec) {
12+
classpath = sourceSets.main.runtimeClasspath
1313
mainClass = 'io.durabletask.samples.WebAppToDurableTaskSchedulerSample'
1414
}
1515

16+
1617
dependencies {
1718
implementation project(':client')
1819
implementation project(':azuremanaged')

0 commit comments

Comments
 (0)