fixed damaged deleting slots, see #5

This commit is contained in:
Jottyfan
2024-11-11 23:03:21 +01:00
parent a1ad23920a
commit bf88306d85
12 changed files with 59 additions and 25 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.bico'
version = '0.1.4'
version = '0.1.5'
description = """BibleClassOrganizer"""
@ -83,3 +83,8 @@ test {
springBoot {
buildInfo()
}
tasks.withType(JavaCompile).configureEach {
options.compilerArgs.add("-parameters")
}