Skip to content

Commit

Permalink
docs(readme): fix plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz authored Jun 17, 2024
1 parent c3053c2 commit ef75729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The minimal setup for those project is:
```kotlin
plugins {
kotlin("jvm") version "<kotlin version>" // The Kotlin plugin is required
id("com.optravis.platform.jooq") version "<version>" // Install jOOQ generation plugin
id("com.optravis.jooq") version "<version>" // Install jOOQ generation plugin
}
```

Expand Down

0 comments on commit ef75729

Please sign in to comment.