From 79e5c74897c640ee2092c30f8b7601edebf0eef4 Mon Sep 17 00:00:00 2001 From: tbudras Date: Mon, 14 Mar 2022 12:53:01 +0100 Subject: [PATCH] update readme for gradle, add some more infos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b567939..68cb4d0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ Sets a last login attribute on the user model when they login. This is based on the templates provided by [zonaut](https://github.com/zonaut/keycloak-extensions). -Building can be done via `mvn clean install`. Please take a look at the aforementioned repository for a far more detailed introduction. +Building can be done via `gradlew build`, which will locate a `.jar` in the the `build/libs`. Copy/Move it in your keycloak `providers` folders. Add `last_login` to the event listeners under "Events"->"Config" in the Keycloak UI. Please take a look at the aforementioned repository for a far more detailed introduction. -This repository will most likely not keep up with the keycloak release cycle. You have been warned. \ No newline at end of file +This repository will most likely not keep up with the keycloak release cycle. You have been warned.