From e8fcfc31d495439016395de47e7fef5c6528c36b Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 17 Jun 2023 17:14:11 -0400 Subject: [PATCH] only:CI to use tools from source code, also time to not have jar files in repo in the first place? --- firmware/gen_enum_to_string.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/gen_enum_to_string.sh b/firmware/gen_enum_to_string.sh index 613761c172..fdb1f248e6 100755 --- a/firmware/gen_enum_to_string.sh +++ b/firmware/gen_enum_to_string.sh @@ -4,6 +4,7 @@ echo "This batch files reads rusefi_enums.h and produces auto_generated_enums.* cd ../java_tools ./gradlew :config_definition:shadowJar +./gradlew :enum_to_string:shadowJar cd ../firmware rm gen_enum_to_string.log