Skip to content

Commit

Permalink
binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Dec 11, 2023
1 parent f8cccff commit bfff905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java_console/ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ dependencies {
shadowJar {
dependsOn(':enum_to_string:shadowJar')
dependsOn(':config_definition:shadowJar')
archivesBaseName = 'fome_console'
base {
archivesBaseName = "${rootDir}/../java_console_binary/rusefi_console"
archivesBaseName = "${rootDir}/../java_console_binary/fome_console"
archiveClassifier = ''
}

Expand Down

0 comments on commit bfff905

Please sign in to comment.