added missing classes
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user