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 {
|
||||
dependsOn(':enum_to_string:shadowJar')
|
||||
dependsOn(':config_definition:shadowJar')
|
||||
archivesBaseName = 'rusefi_console'
|
||||
archiveClassifier = ''
|
||||
|
||||
|
|
Loading…
Reference in New Issue