Skip to content

Missing v1.1.0 in Maven central #24

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

Closed
aoudiamoncef opened this issue May 29, 2020 · 6 comments
Closed

Missing v1.1.0 in Maven central #24

aoudiamoncef opened this issue May 29, 2020 · 6 comments

Comments

@aoudiamoncef
Copy link
Contributor

Hi @bbakerman,
I think that the JCenter -> Maven central synchronization doesn't worked well (not a surprise)

Thanks :)

@ryber
Copy link

ryber commented Jun 10, 2020

I was wondering why the long scalar wasn't there. I need that so I can upgrade the main lib to 15. Can someone kick the mvn pipeline? I've seen it eat my own deployments before :)

@flaxoiu
Copy link

flaxoiu commented Jul 1, 2020

I want to use version v1.1.0 with Maven - still waiting for synchronization? Cant push to maven central?
Best regards
Florian

@jbellmann
Copy link

@flaxoiu you can do without sync to maven central. Go here and hit the
Bildschirmfoto 2020-08-07 um 9 59 02 AM
button.

Or add the following to your pom.xml (taken from what is provided via button click):

    <repositories>
        <repository>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
            <id>bintray-graphql-java-graphql-java</id>
            <name>bintray</name>
            <url>https://dl.bintray.com/graphql-java/graphql-java</url>
        </repository>
    </repositories>
    <pluginRepositories>
        <pluginRepository>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
            <id>bintray-graphql-java-graphql-java</id>
            <name>bintray-plugins</name>
            <url>https://dl.bintray.com/graphql-java/graphql-java</url>
        </pluginRepository>
    </pluginRepositories>

@setchy
Copy link
Contributor

setchy commented Jan 21, 2021

Shall we close this item @aoudiamoncef given 15.0.0 and soon 16.0.0 will be released?

@aoudiamoncef
Copy link
Contributor Author

Yes, it could be closed

@setchy
Copy link
Contributor

setchy commented Jan 21, 2021

Yes, it could be closed

Great, would you mind doing so please

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

5 participants