Skip to content

Commit 51159f2

Browse files
committed
fix run
1 parent ee33d0e commit 51159f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ import java.nio.file.StandardCopyOption
44
plugins {
55
alias(libs.plugins.kotlin.jvm)
66
alias(libs.plugins.shadow)
7+
application
78
}
89

910
group = "dev.syncended.sncd"
1011
version = "1.0-SNAPSHOT"
1112

13+
application {
14+
mainClass = "dev.syncended.sncd.app.ApplicationKt"
15+
}
16+
1217
repositories {
1318
mavenCentral()
1419
}

0 commit comments

Comments
 (0)