console ant should be self-contained - one ant invocation should build things

This commit is contained in:
rusefillc 2021-06-25 00:41:03 -04:00
parent bc7af43d41
commit 71ed4edcb1
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ jobs:
- name: Install Tools
run: sudo apt-get install ncftp
- name: Generate Java (Antlr)
working-directory: ./java_tools/configuration_definition
run: ant antlr
- name: Build console
working-directory: ./java_console
run: ant server_jar