Skip to content

Commit

Permalink
fix(deps): [email protected] to support java8
Browse files Browse the repository at this point in the history
  • Loading branch information
zero88 committed Mar 23, 2024
1 parent 38d638a commit 0864731
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ subprojects {
oss {
zero88.set(true)
github.set(true)
publishing {
homepage.set("https://zero88.github.io/jooqx")
}
testLogger {
slowThreshold = 5000
}
Expand Down
3 changes: 1 addition & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ object LogLibs {
object Version {

const val slf4j = "2.0.12"
const val logback = "1.5.3"
const val logback = "1.3.14"
const val log4j2 = "2.23.1"
}

Expand All @@ -126,7 +126,6 @@ object JooqLibs {
@JvmField val jooq = "org.jooq:jooq:${Version.jooq}"
@JvmField val jooqMeta = "org.jooq:jooq-meta:${Version.jooq}"
@JvmField val jooqMetaExt = "org.jooq:jooq-meta-extensions:${Version.jooq}"
@JvmField val jooqCodegen = "org.jooq:jooq-codegen:${Version.jooq}"
}

object DatabaseLibs {
Expand Down

0 comments on commit 0864731

Please sign in to comment.