So, it seems that there is no way to automatically display the last shot. I wanted to have well-designed library projects, but still actively develop them, at the same time I worked on projects that depended on them.
In the end, I created the main project with my own build.gradle. Then I added git submodules for my library projects.
This allows me to have separate library projects that I can reuse, but also a quick development cycle, since I donβt have to wait for artifacts to be transferred to my artificial server.
My Jenkins build is still pulling artifacts from my artificial server, though.
source share