Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed Jul 5, 2023
1 parent 9c7b1c8 commit 31aa17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java_console/ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ dependencies {

shadowJar {
archivesBaseName = 'fome_console'
destinationDir = file("$rootDir/../java_console_binary")
destinationDir = file("$rootDir/../java_console_binary")
archiveClassifier = ''

manifest {
attributes(
'Main-Class': 'com.rusefi.Launcher'
)
}
}
}

0 comments on commit 31aa17b

Please sign in to comment.