Closed brinkkemper closed 3 years ago
Hello there, I'm a bot. On behalf of the community I thank you for opening this issue.
To help our human contributors focus on the most relevant reports, I check up on old issues to see if they're still relevant. This issue has had no activity for 90 days, so I marked it as stale.
The community would appreciate if you could check if the issue still persists. If it isn't, please close it. If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me".
If no comment left within 21 days, this issue will be closed.
I'll close this issue as it doesn't seem to be relevant anymore. We believe an old issue probably has a bunch of context that's no longer relevant, therefore, if the problem still persists, please open a new issue.
In our build.gradle we state the following
Using the dependencies above the build succeeds locally, and has been running fine on Bitrise for months untill recently (17-dec-2018)
Then, without changing the above dependencies, suddenly an error popped up. (see below) The error does not happen locally using the code above, but it does happen locally when using the current version of android gradle plugin and required buildtools.
This leds me to believe that somehow their is a conflict between the gradle version we specifiy in our build files, and the gradle version bitrise is using to download dependencies.
The error that is happening on our bitrise build: It seems gradle is looking for handlebars/java while it should look for handlebars.java
I checked on https://jcenter.bintray.com/com/github/jknack/handlebars/ where gradle is searching for the folder java, and not finding it. I found https://jcenter.bintray.com/com/github/jknack/handlebars.java/ but gradle is not looking here :(