Let's admit it it's time to move to gradle #3014
This commit is contained in:
parent
e64f90728d
commit
4a22c3856f
|
@ -44,8 +44,8 @@ jobs:
|
|||
|
||||
- name: Test console
|
||||
# at the moment 'jar' task does not depend on tests?! maybe because tests take some time?
|
||||
working-directory: ./java_console
|
||||
run: ant test
|
||||
working-directory: ./java_tools
|
||||
run: ./gradlew test
|
||||
|
||||
- name: Build console
|
||||
working-directory: ./java_console
|
||||
|
|
Loading…
Reference in New Issue