make menu of registered roles more convenient, due to #36

This commit is contained in:
Jottyfan
2023-03-19 21:54:53 +01:00
parent 821b347fdb
commit bc7cd88c2f
16 changed files with 43 additions and 167 deletions

View File

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