ical extension
This commit is contained in:
@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'de.jottyfan.bico'
|
||||
version = '0.1.2'
|
||||
version = '0.1.3'
|
||||
|
||||
description = """BibleClassOrganizer"""
|
||||
|
||||
@ -49,6 +49,8 @@ war {
|
||||
dependencies {
|
||||
implementation 'de.jottyfan:bicolib:4'
|
||||
|
||||
implementation 'org.mnode.ical4j:ical4j:4.0.3'
|
||||
|
||||
implementation 'org.springframework.boot:spring-boot-starter-jooq'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
||||
|
Reference in New Issue
Block a user