We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment:
Description of the issue: I ran:
./gradlew :server:jib --image=grpc-kotlin-sample-androi
Got:
Execution failed for task ':server:jib'. > com.google.cloud.tools.jib.plugins.common.BuildStepsExecutionException: org.apache.http.client.config.RequestConfig$Builder.setNormalizeUri(Z)Lorg/apache/http/client/config/RequestConfig$Builder;
Expected behavior: No error
Steps to reproduce: I'm working on a project to reproduce and will share that shortly.
The text was updated successfully, but these errors were encountered:
Here is the project I tried this one: https://github.com/jamesward/kotlin-samples/tree/master/run/grpc-sample-android
I tried adding jib to the server subproject.
server
Sorry, something went wrong.
I suspect https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#i-am-seeing-method-not-found-or-class-not-found-errors-when-building. This seems like a duplicate of #2183 (as mentioned in the FAQ).
@jamesward did it work?
I'm pretty sure this is a dup of #2183. The FAQ above explains a fix.
For my case, I use maven with version 0.34.1. Just downgrade to 0.34.0 and it works.
No branches or pull requests
Environment:
Description of the issue:
I ran:
Got:
Expected behavior:
No error
Steps to reproduce:
I'm working on a project to reproduce and will share that shortly.
The text was updated successfully, but these errors were encountered: