Created
January 15, 2019 14:09
-
-
Save lukas-vlcek/ec57d08820ddfb0e5b2c29aa7271cf63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gradle clean | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
A problem occurred configuring root project 'prometheus-exporter'. | |
> Could not resolve all artifacts for configuration ':classpath'. | |
> Could not download build-tools.jar (org.elasticsearch.gradle:build-tools:6.5.3) | |
> Could not get resource 'https://repo.maven.apache.org/maven2/org/elasticsearch/gradle/build-tools/6.5.3/build-tools-6.5.3.jar'. | |
> Could not GET 'https://repo.maven.apache.org/maven2/org/elasticsearch/gradle/build-tools/6.5.3/build-tools-6.5.3.jar'. Received status code 403 from server: Forbidden | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment