login with email in keycloak

This commit is contained in:
2023-03-12 08:30:34 +01:00
parent 6d12e6b9e2
commit 68124316d0
4 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'application'
group = 'de.jottyfan.camporganizer'
version = '0.3.2'
version = '0.3.3'
sourceCompatibility = 17
mainClassName = "de.jottyfan.camporganizer.Main"