Skip to content

Commit

Permalink
Merge pull request #36384 from rsvoboda/fix.docs.build
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Oct 10, 2023
2 parents ee86174 + 42d3df1 commit d3a055f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,13 @@ Now, if you decided to use OIDC Database Token State Manager, you need to add fo
</dependency>
----

[source,gradle,role="secondary asciidoc-tabs-target-sync-gradle"]
.build.gradle
----
implementation("io.quarkus:quarkus-oidc-db-token-state-manager")
implementation("io.quarkus:quarkus-reactive-pg-client")
----

[source, properties]
----
quarkus.datasource.reactive.url=postgresql://localhost:5432/quarkus_test
Expand Down

0 comments on commit d3a055f

Please sign in to comment.