additional flags for camp registration

This commit is contained in:
Jottyfan
2025-01-15 21:41:51 +01:00
parent 81c2f73a0a
commit 14ed48408c
11 changed files with 502 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'org.jooq:jooq-codegen:latest.release'
classpath 'org.jooq:jooq-codegen:3.19.15'
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 = '7'
version = '8'
description = """bicolib"""
@@ -36,8 +36,8 @@ repositories {
}
dependencies {
implementation 'org.jooq:jooq:latest.release'
implementation 'org.jooq:jooq-codegen:latest.release'
implementation 'org.jooq:jooq:3.19.15'
implementation 'org.jooq:jooq-codegen:3.19.15'
implementation 'org.postgresql:postgresql:latest.release'