Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Cannot run build gradle eclipse due to Unauthorized #282

Open
team221 opened this issue Aug 4, 2021 · 0 comments
Open

Cannot run build gradle eclipse due to Unauthorized #282

team221 opened this issue Aug 4, 2021 · 0 comments

Comments

@team221
Copy link

team221 commented Aug 4, 2021

Hi all,
Currently, I got exception when using spring-social-facebook when loaded from maven.
(#100) Tried accessing nonexisting field (bio) on node type (User)
Now, I want to modify PROFILE_FIELDS. But I got exceptions when build as below. Could you guide me how to fix it.

Gradle 7.1.1

Build time: 2021-07-02 12:16:43 UTC
Revision: 774525a055494e0ece39f522ac7ad17498ce032c

Kotlin: 1.4.31
Groovy: 3.0.7
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 1.8.0_25 (Oracle Corporation 25.25-b02)
OS: Windows 8.1 6.3 amd64

D:\Projects\spring-social-facebook>gradle eclipse
Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring root project 'spring-social-facebook-build'.

Could not resolve all artifacts for configuration ':classpath'.
Could not resolve org.asciidoctor:asciidoctor-gradle-plugin:0.7.0.
Required by:
project :
> Could not resolve org.asciidoctor:asciidoctor-gradle-plugin:0.7.0.
> Could not get resource 'https://repo.spring.io/plugins-release/org/asciidoctor/asciidoctor-gradle-plugin/0.7.0/asciidoctor-gradle-plugin-0.7.0.pom'.
> Could not GET 'https://repo.spring.io/plugins-release/org/asciidoctor/asciidoctor-gradle-plugin/0.7.0/asciidoctor-gradle-plugin-0.7.0.pom'. Received status code 401 from server: Unauthorized
Could not resolve org.asciidoctor:asciidoctor-java-integration:0.1.4.preview.1.
Required by:
project :
> Could not resolve org.asciidoctor:asciidoctor-java-integration:0.1.4.preview.1.
> Could not get resource 'https://repo.spring.io/plugins-release/org/asciidoctor/asciidoctor-java-integration/0.1.4.preview.1/asciidoctor-java-integration-0.1.4.preview.1.pom'.
> Could not GET 'https://repo.spring.io/plugins-release/org/asciidoctor/asciidoctor-java-integration/0.1.4.preview.1/asciidoctor-java-integration-0.1.4.preview.1.pom'. Received status code 401 from server: Unauthorized
Could not resolve org.apache.xmlgraphics:batik-dom:1.7.
Required by:
project : > org.springframework.build.gradle:docbook-reference-plugin:0.2.8
> Could not resolve org.apache.xmlgraphics:batik-dom:1.7.
> Could not get resource 'https://repo.spring.io/plugins-release/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom'.
> Could not GET 'https://repo.spring.io/plugins-release/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom'. Received status code 401 from server: Unauthorized
....

Thanks,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant