Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Build failure #18

Closed
scso opened this issue Jul 5, 2017 · 4 comments
Closed

Build failure #18

scso opened this issue Jul 5, 2017 · 4 comments

Comments

@scso
Copy link

scso commented Jul 5, 2017

Upon firing
./gradlew --refresh-dependencies --info clean build

Getting following error!
FAILURE: Build failed with an exception.

  • What went wrong:
    Could not resolve all dependencies for configuration ':graphql-sample-app:compileClasspath'.

Could not find any matches for org.webjars.npm:graphql-language-service-interface:[0.0.16,0.0.17) as no versions of org.webjars.npm:graphql-language-service-interface are available.
Required by:
project :graphql-sample-app > project :graphiql-spring-boot-starter > project :graphiql-spring-boot-autoconfigure > org.webjars.npm:graphiql:0.10.1 > org.webjars.npm:codemirror-graphql:0.6.9
Could not find any matches for org.webjars.npm:graphql-language-service-parser:[0.0.14,0.0.15) as no versions of org.webjars.npm:graphql-language-service-parser are available.
Required by:
project :graphql-sample-app > project :graphiql-spring-boot-starter > project :graphiql-spring-boot-autoconfigure > org.webjars.npm:graphiql:0.10.1 > org.webjars.npm:codemirror-graphql:0.6.9

@thecaddy
Copy link

thecaddy commented Jul 6, 2017

Having the same issue with build. Is this project still being maintained?

@apottere
Copy link
Collaborator

apottere commented Jul 6, 2017

Yes, I'm going to have time to update it tomorrow.

@thecaddy
Copy link

thecaddy commented Jul 6, 2017

@apottere thanks for the quick response.

Any idea why these dependencies were removed? I was under the impression maven packages can't be deleted.
We added the below exclusion and it will build.

                <exclusion>
                    <groupId>org.webjars.npm</groupId>
                    <artifactId>codemirror-graphql</artifactId>
                </exclusion>

@apottere
Copy link
Collaborator

apottere commented Jul 6, 2017

I'm honestly not sure how webjars work, as it was added in a PR. I'm just as surprised at how they seem to disappear occasionally...

oliemansm added a commit to oliemansm/graphql-spring-boot that referenced this issue Jul 6, 2017
Replaced javascript dependencies by CDN urls instead of the webjars that appeared to be unstable.
apottere pushed a commit that referenced this issue Jul 6, 2017
* Fixes #14 and #18

Replaced javascript dependencies by CDN urls instead of the webjars that appeared to be unstable.

* Removed webjar version properties from gradle
@apottere apottere closed this as completed Jul 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants