You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
My app-engine project depends on this library (using gradle): compile com.google.appengine.tools:appengine-gcs-client:0.6
But, when i try to compile project with the command 'gradlew clean compileJava' i get an error:
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration ':compile'.
> Could not find any version that matches com.google.http-client:google-http-client:[1.19.0,2.0).
Versions that do not match:
1.5.3-beta
1.5.0-beta
Searched in the following locations:
https://repo1.maven.org/maven2/com/google/http-client/google-http-client/maven-metadata.xml
Required by:
:my-project:unspecified > com.google.appengine.tools:appengine-gcs-client:0.6
That's happens because file in path https://repo1.maven.org/maven2/com/google/http-client/google-http-client/maven-metadata.xml really outdated and contains information about only two versions 1.5.0-beta and 1.5.3-beta.
The text was updated successfully, but these errors were encountered:
[ERROR] Failed to execute goal on project yawp: Could not resolve dependencies for project io.yawp:yawp:jar:1.6.5: Failed to collect dependencies at com.google.appengine.tools:appengine-pipeline:jar:0.2.13 -> com.google.appengine.tools:appengine-gcs-client:jar:0.6 -> com.google.http-client:google-http-client:jar:[1.19.0,2.0): No versions available for com.google.http-client:google-http-client:jar:[1.19.0,2.0) within specified range -> [Help 1]
My app-engine project depends on this library (using gradle):
compile com.google.appengine.tools:appengine-gcs-client:0.6
But, when i try to compile project with the command '
gradlew clean compileJava
' i get an error:That's happens because file in path
https://repo1.maven.org/maven2/com/google/http-client/google-http-client/maven-metadata.xml
really outdated and contains information about only two versions1.5.0-beta
and1.5.3-beta
.The text was updated successfully, but these errors were encountered: