Skip to content
New issue

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

1.1.1-SNAPSHOT not exist on maven #1527

Closed
ghadly opened this issue Aug 23, 2019 · 7 comments
Closed

1.1.1-SNAPSHOT not exist on maven #1527

ghadly opened this issue Aug 23, 2019 · 7 comments

Comments

@ghadly
Copy link

ghadly commented Aug 23, 2019

Could not find com.apollographql.apollo:apollo-gradle-plugin:1.1.1-SNAPSHOT when changing it to 1.0.3-SNAPSHOT it'll work fine. I assume that 1.1.1 is the same as 1.0.3.

@martinbonnin
Copy link
Contributor

Version 1.1.0 was released a few hours ago. Maybe 1.1.1-SNAPSHOT hasn't reached sonatype servers yet or the CI build failed. That should eventually work.

@martinbonnin
Copy link
Contributor

Ok my bad, the snapshot upload is indeed broken :(

https://travis-ci.org/apollographql/apollo-android/builds/575607083

Skipping snapshot deployment: wrong JDK. Expected 'oraclejdk8' but was 'openjdk8'.

Pull request opened there: https://github.com/apollographql/apollo-android/pull/1528/files

@ghadly
Copy link
Author

ghadly commented Aug 23, 2019

Thank you so much. Actually the reason i am using 1.1.1-SNAPSHOT because bitrise faild with older release so i am waiting for the new one and am doing the primary tests in our app.

The related issue -> #1265

@martinbonnin
Copy link
Contributor

Can you try with version 1.1.0 ? It uses a new codegen that doesn't rely on installApolloCodegen.

@ghadly
Copy link
Author

ghadly commented Aug 23, 2019

@martinbonnin i am still facing the same problem with version 1.1.0 but with version 1.0.3-SNAPSHOT the build succeed.

module.js:457
    throw err;
    ^
Error: Cannot find module '/bitrise/src/app/build/apollo-codegen/node_modules/apollo-codegen/lib/cli.js'
    at Function.Module._resolveFilename (module.js:455:15)
    at Function.Module._load (module.js:403:25)
    at Module.runMain (module.js:590:10)
    at run (bootstrap_node.js:394:7)
    at startup (bootstrap_node.js:149:9)
    at bootstrap_node.js:509:3

@sav007
Copy link
Contributor

sav007 commented Aug 23, 2019

It should be available soon, as snapshot deployed after PR is merged to master. I've just merged the PR.

@sav007
Copy link
Contributor

sav007 commented Aug 24, 2019

Should be there now.

@sav007 sav007 closed this as completed Aug 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants