Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Releases: detekt/detekt-compiler-plugin

0.4.0

01 Feb 11:29
a1c21c0
Compare
Choose a tag to compare

This is the last release of detekt-compiler-plugin from this repository. Future releases will follow from https://github.com/detekt/detekt

What's Changed

  • Use a release of detekt that works by @3flex in #26
  • Apply plugin to JVM projects only by @3flex in #27
  • Ensure Kotlin compilation task reruns when detekt config changes by @3flex in #23
  • Update project dependencies by @arturbosch in #28
  • Gradle tweaks by @3flex in #29
  • Update dependencies by @3flex in #30
  • Add ability to exclude paths from analysis by @3flex in #31
  • Test on Java 15 by @3flex in #32
  • Add support for detekt plugins by @3flex in #33
  • Add report support for KotlinCompile tasks by @3flex in #34
  • Fail CLI execution when unknown option provided by @3flex in #37
  • Remove redundant Gradle plugin by @3flex in #38
  • Add support for detekt's sarif report format by @3flex in #35
  • Refactor Gradle extensions to use lazy configuration by @3flex in #36
  • Gradle 6.8 by @3flex in #39
  • Pass configDigest to Kotlin compiler by @3flex in #40
  • Productionize the project by @cortinico in #42
  • Enable SARIF report by default by @cortinico in #43
  • Rename branch from master to main by @cortinico in #46
  • Add missing boolean flags to Project Extension by @cortinico in #44
  • Enable tests with Spek by @cortinico in #47
  • Don't allow reassignment of Gradle properties by @3flex in #48
  • Set an explicit version when registering compiler plugin by @3flex in #49
  • Bump all the things by @cortinico in #50
  • Fix a compiler warning for toLowerCase by @cortinico in #52
  • Move all the versions to version catalog by @cortinico in #51
  • Modernize detekt-compiler-plugin by @chao2zhang in #53
  • Integrate with Gradle enterprise by @chao2zhang in #54
  • Refactor build slightly by @3flex in #55
  • Update CI config by @3flex in #57
  • Bump dependencies by @3flex in #56
  • Explicitly include required dependencies in the fat jar by @3flex in #59
  • Make build Windows compatible by @3flex in #58
  • Split compiler plugin and its Gradle plugin into separate modules by @3flex in #61
  • Prepare the project for archiviation by @cortinico in #62
  • Make the publishing valid for Maven Central by @cortinico in #63

New Contributors

Full Changelog: 0.3.3...0.4.0

0.3.3

26 Jan 01:00
Compare
Choose a tag to compare
Publish 0.3.3 release

0.3.2

08 Sep 16:03
Compare
Choose a tag to compare
Prepare 0.3.2 release

0.3.0

11 Aug 17:24
Compare
Choose a tag to compare
v0.3.0

Remove obsolete snapshot versioning

0.2.0

11 Aug 12:06
Compare
Choose a tag to compare
v0.2.0

Use maven-publish for bintray