fixed bug in navigation

This commit is contained in:
Jottyfan
2025-07-25 22:25:48 +02:00
parent 30c2bd5fc0
commit 13773f54de
3 changed files with 13 additions and 8 deletions

View File

@@ -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 {