forbid spaces in login field, see #16

This commit is contained in:
Jottyfan
2024-05-04 14:09:35 +02:00
parent f0d30ec6ed
commit 0e57c57ccc
7 changed files with 71 additions and 31 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.2.3'
id 'org.springframework.boot' version '3.2.4'
id "io.spring.dependency-management" version "1.1.4"
id 'java'
id 'war'
@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.camporganizer'
version = '0.8.0'
version = '0.8.1'
description = """CampOrganizer2"""
@ -35,9 +35,8 @@ war {
"Implementation-Timestamp": new Date())
}
}
baseName = project.name
version = version
archiveName = 'CampOrganizer2.war'
archiveFileName = 'CampOrganizer2.war'
}
dependencies {