myndocs / kotlin-oauth2-server

Flexible OAuth2 server library. Support for multiple frameworks
Apache License 2.0
150 stars 25 forks source link

Bintray is deprecated #82

Closed velastroll closed 2 years ago

velastroll commented 3 years ago

Is your feature request related to a problem? Please describe. There is no way to import this lib by gradle/maven because of bintray is deprecated and downloader of dependencies doesn't work.

Describe the solution you'd like A good solution would be update readme, and describe a HOWTO's list to generate and include the .jars from the .zip file. So people can use and download this lib without of an external-dependencies-server.

Describe alternatives you've considered

Additional context TY for your work! Best regards

adhesivee commented 3 years ago

Good point, I think it is possible to publish mvn packages on GitHub these days (note to self: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry) I will take a look at this coming days.

adhesivee commented 3 years ago

Package have been uploaded to GitHub packages. Unfortunately a GITHUB_TOKEN is required for this in order to pull in dependencies.

I will have to look further into mvn repositories which can be hosted publicly.

ghost commented 3 years ago

Hi @adhesivee, please consider moving to maven central.

ulfryk commented 3 years ago

Hi @adhesivee - any plans to move it to maven central?

adhesivee commented 2 years ago

Looking into deployment of maven central

adhesivee commented 2 years ago

Version 0.7.1 is now deployed on central https://repo.maven.apache.org/maven2/nl/myndocs/.