added camp plan tables

This commit is contained in:
Jottyfan
2026-04-15 10:22:30 +02:00
parent 0addff7bb5
commit da8e346ab8
34 changed files with 2500 additions and 102 deletions
+5 -4
View File
@@ -4,7 +4,6 @@ buildscript {
mavenCentral()
maven { url "https://repo.maven.apache.org/maven2" }
maven { url "https://plugins.gradle.org/m2/" }
jcenter()
}
dependencies {
classpath 'org.jooq:jooq-codegen:3.20.4'
@@ -22,12 +21,14 @@ apply plugin: 'java'
apply plugin: 'maven-publish'
group = 'de.jottyfan'
version = '2025.04.23'
version = '2026.04.15'
description = """COJooq"""
sourceCompatibility = 21
targetCompatibility = 21
java {
sourceCompatibility = 21
targetCompatibility = 21
}
repositories {
mavenLocal()