Skip to content

Commit

Permalink
[gradle-deps] Update playio gradle plugin to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zero88 committed Jul 17, 2023
1 parent ea9bde8 commit 66d414a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@ subprojects {
zero88.set(true)
github.set(true)
publishing {
license {
name.set("The Apache License, Version 2.0")
url.set("https://github.com/zero88/jooqx/blob/main/LICENSE")
}
homepage.set("https://zero88.github.io/jooqx")
}
testLogger {
slowThreshold = 5000
}
}

}

tasks.register("generateJooq") {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ object ZeroLibs {
object PlayioPlugin {
object Version {

const val gradlePlugin = "0.1.0"
const val gradlePlugin = "0.2.0"
}

const val oss = "cloud.playio.gradle.oss"
Expand Down
1 change: 1 addition & 0 deletions docs/asciidoc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ documentation {
arguments.set(arrayOf("--trace"))
}
}

}

tasks {
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ org.gradle.caching=true
org.gradle.parallel=true

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

# SonarQube --------------------------
systemProp.sonar.host.url=https://sonarcloud.io
Expand Down

0 comments on commit 66d414a

Please sign in to comment.