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:
rusefillc 2023-06-17 16:30:02 -04:00
parent 0ec196b88f
commit c68fc4f41b
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ dependencies {
shadowJar {
dependsOn(':enum_to_string:shadowJar')
dependsOn(':config_definition:shadowJar')
archivesBaseName = 'rusefi_console'
archiveClassifier = ''