fixed bug on entering themes without teachers
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.springframework.boot' version '3.5.0'
|
||||
id "io.spring.dependency-management" version "1.1.6"
|
||||
id 'org.springframework.boot' version '4.0.0'
|
||||
id "io.spring.dependency-management" version "1.1.7"
|
||||
id 'war'
|
||||
id 'eclipse'
|
||||
id 'application'
|
||||
}
|
||||
|
||||
group = 'de.jottyfan.bico'
|
||||
version = '0.2.8'
|
||||
version = '0.2.9'
|
||||
|
||||
description = """BibleClassOrganizer"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user