updates for gradle build
This commit is contained in:
parent
06c1e29794
commit
c720db37e9
@ -1,11 +1,6 @@
|
|||||||
language: java
|
language: java
|
||||||
dist: bionic
|
dist: bionic
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- ant
|
|
||||||
- ant-optional
|
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk11
|
- openjdk11
|
||||||
@ -14,7 +9,7 @@ jdk:
|
|||||||
- oraclejdk13
|
- oraclejdk13
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "ant -buildfile build.xml clean check jar unittest"
|
- gradlew clean test deployFull
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks: https://www.travisbuddy.com/
|
webhooks: https://www.travisbuddy.com/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user