version number support

This commit is contained in:
Jottyfan
2022-10-08 22:20:38 +02:00
parent 21b2887d94
commit c1cf893e17
4 changed files with 7 additions and 7 deletions

View File

@ -32,6 +32,13 @@ ext {
set('keycloakVersion', '19.0.2')
}
war {
manifest {
attributes("Implementation-Version": version)
}
archiveName = 'CampOrganizer2.war'
}
dependencies {
implementation 'org.apache.logging.log4j:log4j-api:2.17.1'
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'