basic booking information for registered people

This commit is contained in:
Jottyfan
2022-10-08 18:17:54 +02:00
parent 0e9088dc1c
commit 21b2887d94
8 changed files with 497 additions and 6 deletions

View File

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