Skip to content

Commit

Permalink
chore: Kotlin 기반 Runnable jar 설정으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
milkyway0308 committed Mar 28, 2023
1 parent db51321 commit 05e46ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jar {
dependsOn shadowJar
manifest {
attributes(
'Main-Class': 'skywolf46.devain.DevAin'
'Main-Class': 'skywolf46.devain.DevAinKt'
)
}
}
Expand Down

0 comments on commit 05e46ae

Please sign in to comment.