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
I would like the library to be named myproject-{branch}, e.g. myproject-master, but the jar itself should have the full version, e.g. myproject-assembly-4d316a41c1f58eb297f15a0c1d8eb4f924c215df.jar. This way I would have the latest version of a library for every branch available, and the exact SHA still available in the filename.
Currently, the name of the library is always the same as the name of the file:
(link)
I would like the library to be named
myproject-{branch}, e.g.myproject-master, but the jar itself should have the full version, e.g.myproject-assembly-4d316a41c1f58eb297f15a0c1d8eb4f924c215df.jar. This way I would have the latest version of a library for every branch available, and the exact SHA still available in the filename.