Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium committed May 6, 2024
1 parent 6b2e9cd commit 8c09b2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/broker-server-api/client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ val openApiGenerate = tasks.getByName<org.openapitools.generator.gradle.plugin.t
)
)

inputSpec.set("${targetLocation.resolve(openapiFileName)}")
inputSpec.set(targetLocation.resolve(openapiFileName).path)
outputDir.set("${project.buildDir}/generated/client-project")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ plugins {

dependencies {
api(libs.jooq.jooq)
api(libs.t9tJooq)
api(libs.t9tJooq.jooqPostgresqlJson)

jooqGenerator(libs.postgres)
flywayMigration(libs.postgres)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ java = "17"
jersey = "3.1.3"
jetty = "11.0.15"
jooq = "3.18.7"
jooqPostgresqlJson = "4.0.0"
jooqPlugin = "7.1.1"
json = "20220924"
jsonAssert = "1.5.1"
Expand All @@ -46,7 +47,6 @@ retry = "1.5.7"
shadow = "7.1.2"
swagger = "1.6.12"
swaggerCore = "2.2.18"
t9tJooq = "4.0.0"
testcontainers = "1.19.1"
titaniumLd = "1.3.2"
tractus = "0.5.3"
Expand Down Expand Up @@ -176,7 +176,7 @@ swagger-annotations = { module = "io.swagger:swagger-annotations", version.ref =
swagger-annotationsJakarta = { module = "io.swagger.core.v3:swagger-annotations-jakarta", version.ref = "swaggerCore" }
swagger-jaxrs2Jakarta = { module = "io.swagger.core.v3:swagger-jaxrs2-jakarta", version.ref = "swaggerCore" }

t9tJooq = { module = "com.github.t9t.jooq:jooq-postgresql-json", version.ref = "t9tJooq" }
t9tJooq-jooqPostgresqlJson = { module = "com.github.t9t.jooq:jooq-postgresql-json", version.ref = "jooqPostgresqlJson" }

testcontainers-testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
testcontainers-junitJupiter = { module = "org.testcontainers:junit-jupiter", version.ref = "testcontainers" }
Expand Down

0 comments on commit 8c09b2c

Please sign in to comment.