You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
Hello! I forked this project, and ended up fixing this issue on my end by switching to Maven and moving to Jitpack. You can check it out: https://github.com/masecla22/java-express If the same issue happens on my end too, feel free to open an issue there too.
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 ...
The text was updated successfully, but these errors were encountered: