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
|
- name: Test console
|
||||||
# at the moment 'jar' task does not depend on tests?! maybe because tests take some time?
|
# at the moment 'jar' task does not depend on tests?! maybe because tests take some time?
|
||||||
working-directory: ./java_console
|
working-directory: ./java_tools
|
||||||
run: ant test
|
run: ./gradlew test
|
||||||
|
|
||||||
- name: Build console
|
- name: Build console
|
||||||
working-directory: ./java_console
|
working-directory: ./java_console
|
||||||
|
|
Loading…
Reference in New Issue