fixed damaged deleting slots, see #5
This commit is contained in:
@ -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")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user