Hi there, I’m facing some issues with lint-gradle-api.jar
dependency when building an Android project in a Travis job. Travis is trying to get the dependency from https://jcenter.bintray.com/com/android/tools/lint/lint-gradle-api/26.1.2/lint-gradle-api-26.1.2.jar but there’s a 404
there.
Does anyone know where this dependency comes from? I execute .gradlew clean build
locally and works perfectly, not as in https://travis-ci.org/owncloud/android-library/builds/444987925.
Thanks in advance