Releases: augi/gradle-wartremover
Releases · augi/gradle-wartremover
scalaCompilerPlugins used
This plugin now uses scalaCompilerPlugins
configuration to add Wartremover plugin to Scala compiler. This configuration was added in Gradle 6.4 so this is the minimal Gradle version supported now.
Wartremover updated to 2.4.16
0.14.2 chore: wartremover versions updated Fixes #54
@CompileStatic used where possible
The aim is to make the plugin less dependent on Groovy.
Gradle 7.0
chore(deps): update dependency gradle to v7 (#45) * chore(deps): update dependency gradle to v7 * chore(gradle): deprecations handled * chore(gradle): adjusted to Gradle 7 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Michal Augustýn <michal.augustyn@avast.com> Co-authored-by: Michal Augustýn <augustyn.michal@gmail.com>
Maven Central publishing
0.13.4 conf: Maven Central publishing
First publishing using GHA
0.13.3 chore: GitHub Actions, Bintray publishing removed
Scala 2.13.5 handled
0.13.2 feat: Scala 2.13.5 handled
Wartremover updated to 2.4.13
0.13.1 bump wartremover version to support scala 2.13.4 (#34)
classPaths option added
Allow adding to wartremover classpath for using custom warts (#32) * Allow adding to wartremover classpath for using custom warts Now say you have some package mywarts.coolwarts and a wart you would like to use MyWart, adding mywarts.coolwarts.MyWart as an errorWart and then adding the appropriate path to additionalWarts will allow wartremover to pick up MyWart. Co-authored-by: chinrank <jordanventers@gmaill.com>
Wartremover updated to 2.4.10
0.12.0 Add support for scala 2.12.12