diff --git a/.github/workflows/build-rusEFI-console.yaml b/.github/workflows/build-rusEFI-console.yaml index 50be8247d0..c1ae914022 100644 --- a/.github/workflows/build-rusEFI-console.yaml +++ b/.github/workflows/build-rusEFI-console.yaml @@ -23,8 +23,8 @@ jobs: run: sudo apt-get install sshpass - name: Generate Java (Antlr) - working-directory: ./java_tools/configuration_definition - run: ant antlr + working-directory: ./android + run: ./gradlew :config_definition:generateGrammarSource - name: Print GCC version working-directory: . diff --git a/.github/workflows/hardware-ci.yaml b/.github/workflows/hardware-ci.yaml index 2db5dc3077..7a87657b3d 100644 --- a/.github/workflows/hardware-ci.yaml +++ b/.github/workflows/hardware-ci.yaml @@ -74,8 +74,8 @@ jobs: run: openocd -f "interface/stlink.cfg" -f "target/stm32f4x.cfg" -c init -c targets -c "reset halt" -c "flash erase_sector 0 0 11" -c "flash write_image "deliver/rusefi.bin" 0x08000000" -c "reset run" -c "shutdown" - name: Generate Java (Antlr) - working-directory: ./java_tools/configuration_definition - run: ant antlr + working-directory: ./android + run: ./gradlew :config_definition:generateGrammarSource # This both compiles and runs HW CI tests - name: Run Hardware CI diff --git a/java_tools/ConfigDefinition.jar b/java_tools/ConfigDefinition.jar index 29a714d539..4f22998e94 100644 Binary files a/java_tools/ConfigDefinition.jar and b/java_tools/ConfigDefinition.jar differ diff --git a/java_tools/configuration_definition/build.xml b/java_tools/configuration_definition/build.xml deleted file mode 100644 index d963b029f8..0000000000 --- a/java_tools/configuration_definition/build.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file