preparations for youth group support
This commit is contained in:
13
build.gradle
13
build.gradle
@@ -7,7 +7,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.jooq:jooq-codegen:3.19.15'
|
||||
classpath 'org.jooq:jooq-codegen:3.20.10'
|
||||
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 = '8'
|
||||
version = '9'
|
||||
|
||||
description = """bicolib"""
|
||||
|
||||
@@ -36,8 +36,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.jooq:jooq:3.19.15'
|
||||
implementation 'org.jooq:jooq-codegen:3.19.15'
|
||||
implementation 'org.jooq:jooq:3.20.10'
|
||||
implementation 'org.jooq:jooq-codegen:3.20.10'
|
||||
|
||||
implementation 'org.postgresql:postgresql:latest.release'
|
||||
|
||||
@@ -47,7 +47,7 @@ dependencies {
|
||||
import org.jooq.meta.jaxb.Logging
|
||||
|
||||
jooq {
|
||||
version = '3.19.15'
|
||||
version = '3.20.10'
|
||||
edition = nu.studer.gradle.jooq.JooqEdition.OSS
|
||||
configurations {
|
||||
bicolib {
|
||||
@@ -74,9 +74,6 @@ jooq {
|
||||
schema {
|
||||
inputSchema = 'public'
|
||||
}
|
||||
schema {
|
||||
inputSchema = 'camp'
|
||||
}
|
||||
}
|
||||
}
|
||||
generate {
|
||||
|
||||
Reference in New Issue
Block a user