Skip to content

Commit 470d6a9

Browse files
committed
Add jar manifest to gradle build
1 parent 2253d98 commit 470d6a9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ repositories {
1414
dependencies {
1515
testCompile group: 'junit', name: 'junit', version: '4.12'
1616
}
17+
18+
jar {
19+
manifest {
20+
attributes(
21+
'Main-Class': 'pl.nogacz.checkers.Checkers',
22+
)
23+
}
24+
}

0 commit comments

Comments
 (0)