Closed hrueger closed 1 year ago
Thanks @hrueger I take for granted that people who are not familiar with java don't know to look in the maven central repo for releases https://repo1.maven.org/maven2/io/phasetwo/ I'll add something to the README that indicates where to find the releases.
Great, thanks a lot! (I did not know about that central repo either 😉)
Hi, I was looking into building the
.jar
file via GitHub actions when I discovered that the workflow is already doing that. It worked for me to download the new.jar
from here (found by going to https://s01.oss.sonatype.org, searching forkeycloak magic link
, selecting the latest version, clicking on thekeycloak-magic-link-0.19.jar
in the tree at the bottom and clickingdownload
on the right. Maybe we could a) link this page / put some docs in the readme b) also upload that artifact to GitHub releases so it can be discovered more easily?In my opinion this would make it easier since people don't have to install java (or hassle with Codespaces which can sometimes be a problem as we have seen) and can just download the
.jar
.What do you think?