first steps for a project management module

This commit is contained in:
Jörg Henke
2026-01-14 18:29:19 +01:00
parent 71f22ca16e
commit cb8de9b119
15 changed files with 461 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ plugins {
apply plugin: 'io.spring.dependency-management'
group = 'de.jottyfan'
version = '1.6.0'
version = '26.1'
description = """timetrack"""
@@ -24,7 +24,7 @@ repositories {
}
dependencies {
implementation 'de.jottyfan:timetrackjooq:20240109'
implementation 'de.jottyfan:timetrackjooq:20260114'
implementation 'org.webjars:bootstrap:5.3.8'
implementation 'org.webjars:font-awesome:7.1.0'