CI to use tools from source code, also time to not have jar files in repo in the first place?
This commit is contained in:
parent
0ec196b88f
commit
c68fc4f41b
|
@ -26,6 +26,7 @@ dependencies {
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
dependsOn(':enum_to_string:shadowJar')
|
dependsOn(':enum_to_string:shadowJar')
|
||||||
|
dependsOn(':config_definition:shadowJar')
|
||||||
archivesBaseName = 'rusefi_console'
|
archivesBaseName = 'rusefi_console'
|
||||||
archiveClassifier = ''
|
archiveClassifier = ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue