Skip to content

Commit 96f3a5c

Browse files
committed
add jar packaging instructions
1 parent f60f410 commit 96f3a5c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ plugins {
22
id 'java'
33
}
44

5+
jar {
6+
manifest {
7+
attributes(
8+
'Main-Class': 'App'
9+
)
10+
}
11+
}
12+
513
group 'com.chalie.caesar'
614
version '1.0-SNAPSHOT'
715

0 commit comments

Comments
 (0)