mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-25 16:42:07 +01:00
Set mainClass name in application section
This commit is contained in:
parent
866bc92d07
commit
4b6f00e40e
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ dependencies {
|
|||
|
||||
mainClassName = 'sop.cli.picocli.SopCLI'
|
||||
|
||||
application {
|
||||
mainClass = mainClassName
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'Main-Class': "$mainClassName"
|
||||
|
|
Loading…
Reference in a new issue