preparations for youth group support

This commit is contained in:
Jottyfan
2025-12-14 16:52:26 +01:00
parent 14ed48408c
commit d1ad452129
56 changed files with 357 additions and 3105 deletions

View File

@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'org.jooq:jooq-codegen:3.19.15'
classpath 'org.jooq:jooq-codegen:3.20.10'
classpath 'org.postgresql:postgresql:latest.release'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:latest.release'
classpath 'nu.studer.jooq:nu.studer.jooq.gradle.plugin:latest.release'
@@ -22,7 +22,7 @@ apply plugin: 'java'
apply plugin: 'maven-publish'
group = 'de.jottyfan'
version = '8'
version = '9'
description = """bicolib"""
@@ -36,8 +36,8 @@ repositories {
}
dependencies {
implementation 'org.jooq:jooq:3.19.15'
implementation 'org.jooq:jooq-codegen:3.19.15'
implementation 'org.jooq:jooq:3.20.10'
implementation 'org.jooq:jooq-codegen:3.20.10'
implementation 'org.postgresql:postgresql:latest.release'
@@ -47,7 +47,7 @@ dependencies {
import org.jooq.meta.jaxb.Logging
jooq {
version = '3.19.15'
version = '3.20.10'
edition = nu.studer.gradle.jooq.JooqEdition.OSS
configurations {
bicolib {
@@ -74,9 +74,6 @@ jooq {
schema {
inputSchema = 'public'
}
schema {
inputSchema = 'camp'
}
}
}
generate {