jakubriegel / kotlin-shell

Tool for performing shell-like programing in Kotlin
Apache License 2.0
143 stars 8 forks source link

bintray is being sunset #13

Closed foresmac closed 3 years ago

foresmac commented 3 years ago

Bintray is going away as of May 1st: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Is it possible to update the docs to indicate how to include kotlin-shell assuming bintray is not available?

jakubriegel commented 3 years ago

I'll migrate from Bintray to GitHub packages in the following days

jakubriegel commented 3 years ago

I've migrated the project to GitHub packages (#14). Link to artifacts: https://github.com/jakubriegel?tab=packages&repo_name=kotlin-shell

@foresmac can you please confirm that it works for you? If yes, I will merge and publish package from master

jakubriegel commented 3 years ago

PR merged. Kotlin Shell is now available via GitHub packages

foresmac commented 3 years ago

Thanks! 👍