additional flags for camp registration
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user