register keycloak user (needs manage realm-user privilege)

This commit is contained in:
Jottyfan
2022-12-08 21:26:50 +01:00
parent 6aaf6dbeb4
commit df7e4e7f0e
3 changed files with 24 additions and 8 deletions

View File

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