ktlint needs java

This commit is contained in:
Benoit Marty 2019-10-09 15:19:07 +02:00
parent eec470f2ce
commit dceb5ffd8d

View file

@ -61,3 +61,6 @@ steps:
command:
- "curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.34.2/ktlint && chmod a+x ktlint"
- "./ktlint --android -v"
plugins:
- docker#v3.1.0:
image: "openjdk"