prepared file upload

This commit is contained in:
Jottyfan
2023-01-28 18:40:23 +01:00
parent e6e625306d
commit 9e7850a4a1
37 changed files with 625 additions and 76 deletions

View File

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