version number support
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user