We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee33d0e commit 51159f2Copy full SHA for 51159f2
1 file changed
build.gradle.kts
@@ -4,11 +4,16 @@ import java.nio.file.StandardCopyOption
4
plugins {
5
alias(libs.plugins.kotlin.jvm)
6
alias(libs.plugins.shadow)
7
+ application
8
}
9
10
group = "dev.syncended.sncd"
11
version = "1.0-SNAPSHOT"
12
13
+application {
14
+ mainClass = "dev.syncended.sncd.app.ApplicationKt"
15
+}
16
+
17
repositories {
18
mavenCentral()
19
0 commit comments