use gradle

This commit is contained in:
Matthew Kennedy 2023-07-17 23:24:38 -07:00
parent 4241b2885d
commit 2c46b655a3
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Build console
working-directory: ./java_console
run: ant jar
run: ./gradlew :ui:shadowJar
- name: Attach console junit results
if: always()