Skip to content

Commit

Permalink
Fix Kotlin example code for incremental builds in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Sep 17, 2020
1 parent 4e2b5e5 commit 9159ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ incremental build and build caching.

### Gradle Kotlin DSL

```groovy
tasks.named('generateJooq').configure { allInputsDeclared.set(true) }
```kotlin
tasks.named<nu.studer.gradle.jooq.JooqGenerate>("generateJooq") { allInputsDeclared.set(true) }
```

## Avoiding configuration pitfalls
Expand Down

0 comments on commit 9159ca1

Please sign in to comment.