added camp plan tables
This commit is contained in:
+5
-4
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user