forbid spaces in login field, see #16
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user