added progress as a future replacement of accept

This commit is contained in:
Jottyfan
2024-10-23 21:33:06 +02:00
parent 66f50a6fe9
commit c135a004f3
124 changed files with 295 additions and 2121 deletions

View File

@ -22,7 +22,7 @@ apply plugin: 'java'
apply plugin: 'maven-publish'
group = 'de.jottyfan'
version = '2024.03.16c'
version = '2024.10.23'
description = """COJooq"""
@ -47,7 +47,7 @@ dependencies {
import org.jooq.meta.jaxb.Logging
jooq {
version = '3.19.6'
version = '3.19.14'
edition = nu.studer.gradle.jooq.JooqEdition.OSS
configurations {
camporganizer {