added camp tables

This commit is contained in:
Jottyfan
2024-12-01 16:47:22 +01:00
parent b46d3d05c0
commit cf9bf2a9cf
62 changed files with 4456 additions and 1686 deletions

View File

@ -22,12 +22,12 @@ apply plugin: 'java'
apply plugin: 'maven-publish'
group = 'de.jottyfan'
version = '4'
version = '5'
description = """bicolib"""
sourceCompatibility = 17
targetCompatibility = 17
sourceCompatibility = 21
targetCompatibility = 21
repositories {
mavenLocal()
@ -47,7 +47,7 @@ dependencies {
import org.jooq.meta.jaxb.Logging
jooq {
version = '3.16.4'
version = '3.19.15'
edition = nu.studer.gradle.jooq.JooqEdition.OSS
configurations {
bicolib {
@ -70,7 +70,14 @@ jooq {
name = 'org.jooq.codegen.DefaultGenerator'
database {
name = 'org.jooq.meta.postgres.PostgresDatabase'
inputSchema = 'public'
schemata {
schema {
inputSchema = 'public'
}
schema {
inputSchema = 'camp'
}
}
}
generate {
deprecated = false