only:DFU script to build console
This commit is contained in:
parent
f5dbb9f81f
commit
4b5d50ca8d
|
@ -1 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# fail on error!
|
||||
set -e
|
||||
|
||||
cd ../java_tools
|
||||
./gradlew :ui:shadowJar
|
||||
cd ../firmware
|
||||
|
||||
java -jar ../java_console_binary/rusefi_console.jar reboot_dfu
|
|
@ -29,7 +29,7 @@ shadowJar {
|
|||
dependsOn(':enum_to_string:shadowJar')
|
||||
dependsOn(':config_definition_base:shadowJar')
|
||||
dependsOn(':config_definition:shadowJar')
|
||||
archivesBaseName = 'rusefi_console'
|
||||
archivesBaseName = "${rootDir}/../java_console_binary/rusefi_console"
|
||||
archiveClassifier = ''
|
||||
|
||||
manifest {
|
||||
|
|
Loading…
Reference in New Issue