Skip to content

Commit 0fb2ab7

Browse files
author
Teodors Lisovenko
committed
Attempt 3
1 parent 09f98cd commit 0fb2ab7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

jlisa/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ tasks.test {
9595

9696
// JAR (FAT JAR)
9797
tasks.jar {
98+
99+
manifest {
100+
attributes["Main-Class"] = application.mainClass.get()
101+
}
102+
98103
from({
99104
configurations.runtimeClasspath.get().map { file ->
100105
if (file.isDirectory) file

0 commit comments

Comments
 (0)