SciProgCentre / plotly.kt

An interactive Kotlin wrapper for plotly visualization tools
https://sciprogcentre.github.io/plotly.kt/
Apache License 2.0
147 stars 21 forks source link

Bintray sunset #71

Closed tonicsoft closed 3 years ago

tonicsoft commented 3 years ago

I learned today, via usage of this project, that Bintray will be unavailable soon.

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

In case you are in the same position as me and managed to miss any advance warning, I thought I would give you a heads up as it may mean this project will not be usable anymore.

I have fixed my builds by using the workaround suggested in #66 (with version 1.7.7 of kotlin-logging) and that has allowed me to access all of the dependencies again.

I'm not sure where I'm actually getting the project artefacts now though, I think Jcenter. If I understand correctly they will continue to be available there for 1 year.

altavir commented 3 years ago

Thanks for the reminder. The next version of the whole kscience library set will be hosted on mavenCentral (it is already working for KMath). Dev versions are hosted in a JetBrains Space instance and are accessible through https://repo.kotlin.link/. I will try to make all releases ASAP, but this is not a fast process since we need to review a lot of code.

altavir commented 3 years ago

0.4.0 just released without dependencies on bintray libraries.