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 a2cdb0c623
commit 8c57a07775
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'