-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Since 1st May 2021, the bintray website was deprecated. This means this code is not compilable anymore, as it requires a Gradle plugin that was stored at https://dl.bintray.com/vaccovecrana/vacco-oss, which is not working anymore. Besides that, the jcenter() repository was also deprecated, which means it will very soon stop working, too (it is still working, but who knows when it will cease action?). I tried to use jitpack.io instead jcenter(), but it is not working also, because the code is not compiling anymore, and jitpack needs to be able to compile the code in the background to do its magic, and make the package available. Is the code of io.vacco.common-build plugin available elsewhere ? Or should we move to a more standard java-library Gradle plugin ? What is this io.vacco.common-build plugin doing more than java-library ? I was able to compile the package by locally downloading it and changing from the io.vacco.common-build plugin to the more standard java-library. But I don't know if I am losing something in the process ...