Skip to content

Commit

Permalink
Improve documentation (#3410)
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Jan 26, 2021
1 parent af9e9a0 commit 1aa682d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/gettingstarted/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ tasks.detekt.jvmTarget = "1.8"
#### Kotlin DSL

```kotlin
tasks.withType<Detekt>().configureEach {
tasks.withType<io.gitlab.arturbosch.detekt.Detekt>().configureEach {
// Target version of the generated JVM bytecode. It is used for type resolution.
this.jvmTarget = "1.8"
}
Expand Down

0 comments on commit 1aa682d

Please sign in to comment.