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