Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Commit c3ab8b0

Browse files
committed
build: add main class info
1 parent 5737f14 commit c3ab8b0

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
@@ -3,6 +3,7 @@ plugins {
33
alias(libs.plugins.graalvm.buildtools)
44
alias(libs.plugins.gradleup.shadow)
55
alias(libs.plugins.kotlin.serialization)
6+
application
67
}
78

89
group = "io.github.stream29"
@@ -42,6 +43,10 @@ kotlin {
4243
jvmToolchain(21)
4344
}
4445

46+
application {
47+
mainClass.set("io.github.stream29.proxy.MainKt")
48+
}
49+
4550
graalvmNative {
4651
binaries {
4752
named("main") {

0 commit comments

Comments
 (0)