Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@Lucas3oo Lucas3oo released this 17 Aug 08:56

Minimum Gradle version is now 7.5.

It is now possible to enable reports using the sonarlint extension:

sonarlint {
  reports {
    sarif.enabled = true // default false
  }
}

Fix for issue #7. Contributed by scscgit. Correct samples for Kotlin DSL.

Fix for issue #9. Contributed by Chris Ribble. Java sourceCompatibility property is now correctly read.

Support for Sonarlint core 9.8.0.76914.