Skip to content

Commit 120d4da

Browse files
committed
renamed mainclass
1 parent e47f606 commit 120d4da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,9 @@ dependencies {
308308

309309
}
310310

311-
mainClassName = 'uk.gov.hmcts.reform.wastandalonetaskbpmn.Application'
311+
application {
312+
mainClass = 'uk.gov.hmcts.reform.wastandalonetaskbpmn.Application'
313+
}
312314

313315
bootJar {
314316
getArchiveFileName().set(provider {

0 commit comments

Comments
 (0)