-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull requests CI failing with "ConnectException", "IllegalStateException: Failed to find Build Tools revision 30.0.3" #5431
Comments
The problem could be due to the `The following annotation processors are not incremental: butterknife-compiler-10.1.0.jar (com.jakewharton:butterknife-compiler:10.1.0), dagger-android-processor-2.23.jar (com.google.dagger:dagger-android-processor:2.23), dagger-compiler-2.23.jar (com.google.dagger:dagger-compiler:2.23).
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/8.1.1/userguide/command_line_interface.html#sec:command_line_warnings So, we need to upgrade the gradle version of our app or there may be other problems too. |
@rohit9625 Feel free to send a pull request implementing the change you recommend. Thanks! 🙂 |
Sure @nicolas-raoul |
Hey @nicolas-raoul Also tell if these lines in properties.gradle is necessary or not : systemProp.http.proxyPort=0 |
Fantastic! Not sure why these proxy settings were here, but they seem to be the problem indeed. :-) Could you please send a pull request include this change, and also the debug information you added at rohit9625@e03651c ? Thanks a lot! |
Example with an empty pull request: https://github.com/commons-app/apps-android-commons/actions/runs/7511731633/job/20451652398#step:8:1
This could be a CI misconfiguration.
Anyone has any idea how to solve this?
NO-OP change to test our CI: #5432
The text was updated successfully, but these errors were encountered: