Let's admit it it's time to move to gradle #3014
This commit is contained in:
parent
a2cdb0c623
commit
8c57a07775
|
@ -20,6 +20,9 @@ dependencies {
|
|||
}
|
||||
|
||||
shadowJar {
|
||||
archivesBaseName = 'rusefi_console'
|
||||
archiveClassifier = ''
|
||||
|
||||
manifest {
|
||||
attributes(
|
||||
'Main-Class': 'com.rusefi.Launcher'
|
||||
|
|
Loading…
Reference in New Issue