Since 1st May 2021, the [bintray website was deprecated](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). 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](https://blog.gradle.org/jcenter-shutdown), 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](jitpack.io) instead jcenter(), but [it is not working also](https://jitpack.io/#Simonwep/java-express), 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 ...