fixed bug in navigation
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'de.jottyfan.camporganizer'
|
||||
version = '0.9.8'
|
||||
version = '0.9.9'
|
||||
|
||||
description = """CampOrganizer2"""
|
||||
|
||||
@@ -27,6 +27,10 @@ repositories {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.compilerArgs.add("-parameters")
|
||||
}
|
||||
|
||||
war {
|
||||
doFirst {
|
||||
manifest {
|
||||
|
Reference in New Issue
Block a user