aPureBase / KGraphQL

Pure Kotlin GraphQL implementation
https://kgraphql.io
MIT License
301 stars 58 forks source link

Move to MavenCentral #134

Closed jeggy closed 3 years ago

jeggy commented 3 years ago

JCenter is closing down and KGraphQL should move to mavenCentral instead.

DVDAndroid commented 3 years ago

I don't know if you noticed, but the latest version on MavenCentral of this library is literally version

https://search.maven.org/artifact/com.apurebase/kgraphql/version/jar

jeggy commented 3 years ago

Haha, I have done something wrong then 😄 I started working on getting this on mavenCentral yesterday. I will close this issue when I have successfully moved over there, I will make sure to publish some older versions also.

jeggy commented 3 years ago

Found the issue, I was just using a string instead of the variable version :smile: But I have published it now and it should be available soon on MavenCentral.

I will start publishing older versions now, so anyone can move to MavenCentral

Ischca commented 3 years ago

KDataLoader v0.1.1 seems to be in JCenter😕

Could not resolve all files for configuration ':runtimeClasspath'.
> Could not find de.nidomiro:KDataLoader:0.1.1.
  Searched in the following locations:
    - https://repo.maven.apache.org/maven2/de/nidomiro/KDataLoader/0.1.1/KDataLoader-0.1.1.pom
  If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
  Required by:
      project : > com.apurebase:kgraphql:0.17.5
jeggy commented 3 years ago

Yes that's true. For now you can fix this by adding this to your build gradle: implementation("de.nidomiro:KDataLoader:0.1.1")

nidomiro commented 3 years ago

I'm on it ;)

nidomiro commented 3 years ago

KDataLoader is online on Maven Central :)

https://repo1.maven.org/maven2/de/nidomiro/

jeggy commented 3 years ago

I have released 0.17.7 👌

This line implementation("de.nidomiro:KDataLoader:0.1.1") is not required anymore.

jeggy commented 3 years ago

We are available on Maven Central: https://search.maven.org/search?q=g:com.apurebase%20kgraphql