Skip to content

Commit

Permalink
Silence jOOQ in gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1kin committed Jul 3, 2021
1 parent 1aac6bf commit 177777e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jooq {
configurations {
main {
generationTool {
logging = org.jooq.meta.jaxb.Logging.WARN
jdbc {
driver = 'org.h2.Driver'
url = 'jdbc:h2:mem:'
Expand Down

0 comments on commit 177777e

Please sign in to comment.