Skip to content

Commit

Permalink
[gradle] Update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
zero88 committed Nov 3, 2023
1 parent 55b30ff commit 1321b48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= jOOQ.x - Vertx jOOQ DSL
zero88

image:https://github.com/zero88/jooqx/actions/workflows/jooqx.yml/badge.svg[jooqx,link=https://github.com/zero88/jooqx/actions/workflows/jooqx.yml]
image:https://img.shields.io/github/v/release/zero88/jooqx?sort=semver[GitHub release (latest SemVer)]
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 @@ -161,7 +161,6 @@ object DatabaseLibs {
object ZeroLibs {
object Version {

const val gradlePlugin = "3.0.0-SNAPSHOT"
const val utils = "2.0.0"
const val rsql = "2.2.1"
}
Expand All @@ -174,7 +173,7 @@ object ZeroLibs {
object PlayioPlugin {
object Version {

const val gradlePlugin = "0.2.0"
const val gradlePlugin = "0.2.1"
}

const val oss = "cloud.playio.gradle.oss"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ org.gradle.caching=true
org.gradle.parallel=true

# Project properties --------------------------
title=jOOQ.x
description=Reactive SQL with Vert.x and jOOQ
projectLicense=The Apache License, Version 2.0
version=2.0.0
semanticVersion=-SNAPSHOT
buildBy=local
buildHash=
title=jOOQ.x
description=Reactive SQL with Vert.x and jOOQ

# SonarQube --------------------------
systemProp.sonar.host.url=https://sonarcloud.io
Expand Down
2 changes: 1 addition & 1 deletion webdocs

0 comments on commit 1321b48

Please sign in to comment.