mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Set mainClass name in application section
This commit is contained in:
parent
5f9ad3396a
commit
9558deab74
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ dependencies {
|
|||
|
||||
mainClassName = 'org.pgpainless.cli.PGPainlessCLI'
|
||||
|
||||
application {
|
||||
mainClass = mainClassName
|
||||
}
|
||||
|
||||
jar {
|
||||
duplicatesStrategy(DuplicatesStrategy.EXCLUDE)
|
||||
manifest {
|
||||
|
|
Loading…
Reference in a new issue