Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas3oo committed Aug 16, 2024
1 parent 071bb12 commit 1ab06f4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,19 @@ dependencies {
}
```

To enable reports you currently have to enable that per task. E.g.

Groovy DSL:

```gradle
sonarlintMain {
reports {
sarif.enabled = true // default false
}
}
```


### Apply to Java project

Apply this plugin with [the `java` plugin](https://docs.gradle.org/current/userguide/java_plugin.html) to your project,
Expand Down

0 comments on commit 1ab06f4

Please sign in to comment.