added missing classes

This commit is contained in:
Jottyfan
2023-12-27 11:32:21 +01:00
parent 467cd5aa45
commit 3890720dae
62 changed files with 4873 additions and 2 deletions

View File

@ -22,7 +22,7 @@ apply plugin: 'java'
apply plugin: 'maven-publish'
group = 'de.jottyfan'
version = '2023.12'
version = '2023.12.1'
description = """COJooq"""
@ -76,7 +76,7 @@ jooq {
deprecated = false
relations = true
records = true
immutablePojos = false
immutablePojos = true
fluentSetters = true
}
target {