Let's admit it it's time to move to gradle #3014

This commit is contained in:
rusefillc 2022-11-20 23:46:55 -05:00
parent 98c67d9789
commit 61b0e91b0e
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ dependencies {
}
shadowJar {
archivesBaseName = 'rusefi_console'
archiveClassifier = ''
manifest {
attributes(
'Main-Class': 'com.rusefi.Launcher'